]> git.saurik.com Git - wxWidgets.git/history - src/mac
Add wxArchiveFSHandler.
[wxWidgets.git] / src / mac /
2006-10-27  Kevin OllivierDon't use bitmaps to draw tree item buttons, use the...
2006-10-27  Stefan Csomorswitching things to ref counting
2006-10-27  Julian SmartRobert Lang's patch [ 1583183 ] Fixes printing/print...
2006-10-27  Paul Cornettallow building with wxUSE_THREADS==0
2006-10-26  Stefan Csomormissing apply call
2006-10-26  Stefan Csomoradding workarounds for 10.4 only implementations
2006-10-26  Robin Dunnfixed compile error (jump to label bypasses initializat...
2006-10-26  Stefan Csomoradopt new set font API
2006-10-26  Stefan Csomornew renderer architecture
2006-10-26  Stefan Csomoradapted to new font setter
2006-10-26  Kevin OllivierAdding virtual wxListCtrl impl of GetItem.
2006-10-26  Robin DunnSetTextColor --> SetTextColour, to be consistent with...
2006-10-26  Kevin OllivierOverride GetPixelSize on OS X as the base impl creates...
2006-10-25  Robin Dunnsome GTK1 bulkd fixes from Sander Niemeijer
2006-10-25  Robin DunnHIShapeCreateEmpty doesn't exist prior to OSX 10.4...
2006-10-25  Robert Roebling Add m_fsStyle next to m_windowStyle
2006-10-25  Václav Slavíkchanged wxHAS_NATIVE_OVERLAY and wxHAS_CARET_USING_OVER...
2006-10-25  Robin DunnFix for missing About menu item
2006-10-25  Robin DunnRefactor the code that decides if the 0.5 offset chousl...
2006-10-25  Kevin OllivierAdding support for item font/style/color customization...
2006-10-24  Włodzimierz SkibaPCH support.
2006-10-24  Julian SmartAdded missing header
2006-10-24  Włodzimierz SkibaBlind Tinderbox build fix according to simiar usage...
2006-10-24  Václav Slavíkmoved wxOverlay into overlay.* files and out of dc...
2006-10-22  Stefan Csomoron demand creation of native CGContexts , so that pure...
2006-10-21  Paul Cornettnon-pch build fix
2006-10-21  Vadim Zeitlinadd some #if wxUSE_XXX (patch 1581470)
2006-10-21  Stefan Csomoruntangling dc and gc
2006-10-21  Robin Dunnuse consistent names (Graphic vs. Graphics)
2006-10-21  Robin DunnForward SetFont, SetBackgroundColour and SetForegroundC...
2006-10-20  Vadim Zeitlinfix warnings (double to int conversions and unused...
2006-10-20  Stefan Csomorscreendc implementation
2006-10-20  Stefan Csomorfixing the screen dc, non 64 bit solution however
2006-10-20  Stefan Csomorcreating graphics context with the correct origin
2006-10-20  Stefan Csomoroffsetting dcs correctly
2006-10-20  Stefan Csomormoving the offsets into dcclient.cpp so that native...
2006-10-20  Stefan Csomoroffseting the graphics context correctly
2006-10-20  Stefan Csomornew graphics context implementation
2006-10-20  Stefan Csomornew graphics context implementation
2006-10-20  Stefan Csomornew graphics context implementation
2006-10-20  Stefan Csomornew graphics context implementation
2006-10-20  Stefan Csomorcleaning up the runloop source properly (was causing...
2006-10-19  Kevin OllivierAllow other classes to access the SetupMouseEvent function.
2006-10-18  Kevin HockDo not send a changed event if a button is clicked...
2006-10-17  Robin DunnAdd impl for IsFrozen
2006-10-17  Stefan Csomorfixing coordinate conversions
2006-10-15  Paul Cornettnon-pch build fixes
2006-10-15  Paul Cornettlogical vs. boolean operators, unused decls and vars...
2006-10-14  Stefan Csomorcleanup for 10.5
2006-10-14  Stefan Csomorcleanup for 10.5
2006-10-14  Stefan Csomorcleanup for 10.5
2006-10-14  Stefan Csomorcleanup for 10.5
2006-10-14  Stefan Csomorcleanup for 10.5
2006-10-14  Stefan Csomorcleanup for 10.5
2006-10-13  Robin DunnwxMemoryDC constructor now optionally accepts a wxBitma...
2006-10-12  Stefan Csomorfixing rectangle drawing when offsetting 0.5, correctin...
2006-10-12  Stefan Csomorsetting font when using core graphics on a memory dc
2006-10-12  Stefan Csomorsupport 1 bit deep bitmaps as masks
2006-10-12  Stefan Csomorsupport CGGraphics Masks, switch xbm interpretation...
2006-10-12  Stefan Csomoradjust so that mono bitmaps don't get an alpha channel
2006-10-12  Vadim Zeitlinonly change the bitmap size for the borderless controls
2006-10-11  Kevin OllivierImplementing column click event handler and SortItems...
2006-10-11  Stefan Csomorfixing changing text colors
2006-10-11  Stefan Csomoradding the 0.5 offset for odd pen widths
2006-10-11  Stefan Csomoradding events on kill-focus (Robert's Patch)
2006-10-10  Stefan Csomorswitching to newer API
2006-10-10  Stefan Csomorusing separate window groups per window helps keeping...
2006-10-09  Vadim Zeitlinfix DoSetSelection(): it did nothing when there was...
2006-10-09  Paul Cornettremove unused stuff
2006-10-09  Paul Cornetttest wxLC_SINGLE_SEL flag properly
2006-10-09  Paul Cornettnon-pch build fix
2006-10-09  Paul Cornettfix width/height typo in DoSetClientSize, remove unused...
2006-10-08  Vadim Zeitlinadded SendPageChanging/ChangedEvent() functions; fixed...
2006-10-08  Vadim Zeitlinmoved DoSetValue() to wxTextCtrlBase instead of having...
2006-10-08  Vadim Zeitlinadd IsOk() to all classes having Ok() method (patch...
2006-10-08  Vadim Zeitlincompilation fix after last commit (apparently patch...
2006-10-08  Vadim Zeitlinadded wxTextCtrl::ChangeValue() which is the same as...
2006-10-08  Vadim Zeitlinadded wxBookCtrl::ChangeSelection() which is the same...
2006-10-08  Vadim Zeitlinavoid bitmap distortion when a non standard bitmap...
2006-10-08  Vadim Zeitlinadded native Mac implementation of wxAboutBox(); also...
2006-10-08  Paul CornettMove some things to wxBitmapBase to avoid much duplication.
2006-10-08  Robin Dunnreturn values of overloaded virtuals should match the...
2006-10-08  Robin DunnOverride CreateItem so wxListBox can turn its notificat...
2006-10-06  Robin Dunnmore informative assert message
2006-10-06  Robin DunnAllow the native toolbar to have more han one button...
2006-10-04  Vadim Zeitlinupdated copyright year, s/wxWindows/wxWidgets/
2006-10-04  Vadim Zeitlinfixed unused var warning
2006-10-04  Robin DunnBakefile changes for building the graphics context...
2006-10-03  Robin Dunnfix parameter type
2006-10-02  Kevin OllivierRemove the ability to sort by column in virtual wxListC...
2006-10-02  Stefan Csomormaking virtual lists faster by not sorting items
2006-10-02  Stefan Csomorfirst stab at the selection iterator
2006-10-02  Paul Cornettlistctrl header cleanup
2006-10-02  Paul Cornettuse unsigned for display count
2006-09-30  Stefan Csomorinvert clockwise flag correctly
2006-09-30  Kevin OllivierFix editing support.
2006-09-30  Kevin OllivierFixed sorting and commiting support for native virtual...
2006-09-29  Stefan Csomorgraphics context implementation
2006-09-26  Stefan Csomorremoving the old style code cases
2006-09-25  Vadim Zeitlinfixed warnings, reformatted braces
next