2009-12-05 |
Paul Cornett | minor cleanup |
tree | commitdiff |
2009-12-03 |
Paul Cornett | make access for virtuals match base |
tree | commitdiff |
2009-12-02 |
Paul Cornett | check for self assignment in operator= |
tree | commitdiff |
2009-12-01 |
Vadim Zeitlin | Add wxOSX_10_6_AND_LATER macro and use it. |
tree | commitdiff |
2009-11-26 |
Kevin Ollivier | Build fix for OS X <= 10.5. |
tree | commitdiff |
2009-11-26 |
Kevin Ollivier | Allow OS X Cocoa (or any OS X port) to override GetBest... |
tree | commitdiff |
2009-11-26 |
Kevin Ollivier | Add CheckSpelling support for OS X Cocoa, make sure... |
tree | commitdiff |
2009-11-24 |
Vadim Zeitlin | Enable wxGraphicsContext and related classes by default... |
tree | commitdiff |
2009-11-13 |
Stefan Csomor | adding toolbar implementation for iphone |
tree | commitdiff |
2009-11-11 |
Vadim Zeitlin | Add wxOSX_USE_COCOA around Cocoa-only OSXApplyAttr... |
tree | commitdiff |
2009-11-11 |
Vadim Zeitlin | Revert r62598 which removed "unnecessary wxOSX_USE_COCO... |
tree | commitdiff |
2009-11-10 |
Vadim Zeitlin | Add support for wxDV_NO_HEADER to OS X/Cocoa wxDataView... |
tree | commitdiff |
2009-11-10 |
Vadim Zeitlin | Add support for custom attributes to wxOSX/Cocoa wxData... |
tree | commitdiff |
2009-11-10 |
Vadim Zeitlin | No changes, just remove unnecessary wxOSX_USE_COCOA... |
tree | commitdiff |
2009-11-10 |
Vadim Zeitlin | Allow custom wxDataViewCtrl renderers to easily use... |
tree | commitdiff |
2009-11-10 |
Vadim Zeitlin | Big wxDataViewCtrl renderer classes refactoring. |
tree | commitdiff |
2009-11-08 |
Kevin Ollivier | Make wxSTAY_ON_TOP and other window styles toggleable... |
tree | commitdiff |
2009-11-05 |
Kevin Ollivier | Create an autorelease pool to catch objects created... |
tree | commitdiff |
2009-11-01 |
Kevin Ollivier | Start on Get/SetStyle support for OS X Cocoa wxTextCtrl. |
tree | commitdiff |
2009-11-01 |
Kevin Ollivier | wxColour -> NSColor conversion. |
tree | commitdiff |
2009-10-31 |
Kevin Ollivier | NSFont -> wxFont conversion. |
tree | commitdiff |
2009-10-31 |
Kevin Ollivier | Adding NSColor -> wxColour conversion. |
tree | commitdiff |
2009-10-31 |
Vadim Zeitlin | Return the real column width from wxOSX wxDataViewColum... |
tree | commitdiff |
2009-10-30 |
Kevin Ollivier | Initial ShowWithoutActivating implementations for Mac... |
tree | commitdiff |
2009-10-24 |
Vadim Zeitlin | Don't show anything in the cells which should be empty... |
tree | commitdiff |
2009-10-23 |
Vadim Zeitlin | Use virtual functions to convert NSObject to the correc... |
tree | commitdiff |
2009-10-22 |
Vadim Zeitlin | Refactor wxEventLoopSource-related code. |
tree | commitdiff |
2009-10-22 |
Vadim Zeitlin | Merge SOC2009_FSWATCHER branch into trunk. |
tree | commitdiff |
2009-10-17 |
Vadim Zeitlin | Rewrite handling cell value changes in wxOSX/Cocoa... |
tree | commitdiff |
2009-10-17 |
Vadim Zeitlin | No changes, just attempts to make the code more readable. |
tree | commitdiff |
2009-10-17 |
Vadim Zeitlin | Fix crash when editing wxDVC items in place in wxOSX... |
tree | commitdiff |
2009-10-16 |
Vadim Zeitlin | Add ellipsization support to wxDataViewCtrl. |
tree | commitdiff |
2009-10-16 |
Vadim Zeitlin | Improve wxCollapsiblePane appearance under OS X. |
tree | commitdiff |
2009-10-12 |
Vadim Zeitlin | Fix display of items without attributes in Cocoa wxDVC. |
tree | commitdiff |
2009-10-12 |
Vadim Zeitlin | No real changes, just minor cleanup in Cocoa wxDataView... |
tree | commitdiff |
2009-10-12 |
Vadim Zeitlin | Remove wxDataViewTextRendererAttr by merging it with... |
tree | commitdiff |
2009-10-09 |
Paul Cornett | replace TRUE/FALSE with true/false |
tree | commitdiff |
2009-10-09 |
Vadim Zeitlin | Removed wxFont::Set/GetNoAntiAliasing() implementations. |
tree | commitdiff |
2009-10-09 |
Stefan Csomor | moving bitmapbutton functionality up to button for OSX |
tree | commitdiff |
2009-10-08 |
Stefan Csomor | implementing rollover and pressed image for bitmapbutto... |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Implement wxWindow::ShowWithEffect() for wxOSX/Cocoa. |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Added a virtual wxWindow::OSXGetViewOrWindow() method. |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Initial wxInfoBar implementation. |
tree | commitdiff |
2009-10-02 |
Stefan Csomor | fixing typo |
tree | commitdiff |
2009-10-02 |
Stefan Csomor | adding NSImage to CGImageRef conversion |
tree | commitdiff |
2009-09-30 |
Stefan Csomor | overriding to allocate an outer autorelease pool |
tree | commitdiff |
2009-09-28 |
Julian Smart | Applied #9076 (scrolling bars grow box fix) |
tree | commitdiff |
2009-09-26 |
Vadim Zeitlin | Use FWD version of DLL export macro in forward declaration. |
tree | commitdiff |
2009-09-26 |
Stefan Csomor | cleaning up key handling, closes #10406 |
tree | commitdiff |
2009-09-25 |
Julian Smart | Applied #9011: Native wxListCtrl::HitTest on OS X |
tree | commitdiff |
2009-09-25 |
Julian Smart | Applied #10858: wxListCtrl on Mac does not route Freeze... |
tree | commitdiff |
2009-09-24 |
Stefan Csomor | removing unneeded method, closes #11073 |
tree | commitdiff |
2009-09-24 |
Stefan Csomor | removing unneeded method, closes #11073 |
tree | commitdiff |
2009-09-21 |
Stefan Csomor | moving themeing include to private.h |
tree | commitdiff |
2009-09-19 |
Jaakko Salli | wxAny initial commit (closes #10932) |
tree | commitdiff |
2009-09-18 |
Vadim Zeitlin | Fix recurring typo in "theming". |
tree | commitdiff |
2009-09-16 |
Peter Cawley | Merged GSOC Ribbon work from SOC2009_RIBBON branch... |
tree | commitdiff |
2009-09-14 |
Stefan Csomor | fixing and completing iPhone sound |
tree | commitdiff |
2009-09-13 |
Stefan Csomor | adapting to new sound file organization for osx |
tree | commitdiff |
2009-09-13 |
Stefan Csomor | enabling correct audio framework on OSX |
tree | commitdiff |
2009-09-13 |
Stefan Csomor | OpenGL changes for carbon and cocoa |
tree | commitdiff |
2009-09-12 |
Vadim Zeitlin | Add wxDEBUG_LEVEL to wx/setup.h and document it. |
tree | commitdiff |
2009-08-21 |
Vadim Zeitlin | No changes, just removed hard tabs and trailing white... |
tree | commitdiff |
2009-08-18 |
Stefan Csomor | simplifying native string handling, see #11061 |
tree | commitdiff |
2009-08-06 |
Vadim Zeitlin | Don't pop explicitly changed status messages. |
tree | commitdiff |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
tree | commitdiff |
2009-07-20 |
Vadim Zeitlin | Include wx/dataobj.h from wx/clipbrd.h. |
tree | commitdiff |
2009-07-10 |
Stefan Csomor | adapting to widgetimpl extensions and iPhone OS 3.0 |
tree | commitdiff |
2009-07-10 |
Stefan Csomor | adapting init sequence for different osx platforms |
tree | commitdiff |
2009-07-10 |
Stefan Csomor | committing current iphone state |
tree | commitdiff |
2009-07-10 |
Stefan Csomor | iPhone bitmap support |
tree | commitdiff |
2009-07-09 |
Stefan Csomor | adding special case for Carbon DataBrowser Checkbox |
tree | commitdiff |
2009-07-05 |
Vadim Zeitlin | updated the version to 2.9.1 |
tree | commitdiff |
2009-07-03 |
Vadim Zeitlin | compilation fix for wxOSX/Cocoa: don't use Carbon funct... |
tree | commitdiff |
2009-06-21 |
Vadim Zeitlin | added support for bitmaps in wxButton to wxOSX/Cocoa |
tree | commitdiff |
2009-06-20 |
Vadim Zeitlin | fix many mostly harmless warnings in wxOSX/Carbon build |
tree | commitdiff |
2009-06-19 |
Vadim Zeitlin | respect wxBU_NOTEXT style in wxButton |
tree | commitdiff |
2009-06-19 |
Vadim Zeitlin | override DoSetBitmap() instead of SetBitmapLabel() |
tree | commitdiff |
2009-06-18 |
Vadim Zeitlin | implement propert background style semantics for OS X |
tree | commitdiff |
2009-06-15 |
Robert Roebling | Fix sending wxEVT_COMMAND_DATAVIEW_COLUMN_HEADER_CLICK... |
tree | commitdiff |
2009-06-12 |
Vadim Zeitlin | added convenient wxFont::Make{Bold,Italic,Smaller,Large... |
tree | commitdiff |
2009-06-11 |
Stefan Csomor | adding events to single line textcontrols (password... |
tree | commitdiff |
2009-06-10 |
Vadim Zeitlin | add virtual DoGetTextExtent() to allow calling the... |
tree | commitdiff |
2009-06-10 |
Vadim Zeitlin | removed the inexistent (at least in 10.4 SDK) and unnee... |
tree | commitdiff |
2009-06-07 |
Vadim Zeitlin | derive wxStandardPathsCF from Unix wxStandardPaths... |
tree | commitdiff |
2009-06-03 |
Vadim Zeitlin | use wxRA_SPECIFY_COLS/ROWS instead of old, deprecated... |
tree | commitdiff |
2009-05-31 |
Vadim Zeitlin | enable OpenGL library build by default under Windows too |
tree | commitdiff |
2009-05-31 |
Vadim Zeitlin | allow overriding wxUSE_GLCANVAS value in setup.h by... |
tree | commitdiff |
2009-05-27 |
Stefan Csomor | allowing font changes on multi-line textctrls, see... |
tree | commitdiff |
2009-05-24 |
Vadim Zeitlin | wxUSE_GSTREAMER is Unix-specific, remove it from common... |
tree | commitdiff |
2009-05-12 |
Stefan Csomor | files are replaced by dataview implementations |
tree | commitdiff |
2009-05-11 |
Robert Roebling | Forgot to commit header as part of r60586, Reapplied... |
tree | commitdiff |
2009-05-10 |
Stefan Csomor | exporting methods properly |
tree | commitdiff |
2009-05-08 |
Robert Roebling | Add wxDataViewCtrl implementation for OSX/Cocoa (closes... |
tree | commitdiff |
2009-05-02 |
Vadim Zeitlin | improvements to wxEventFunctor classes; use wxHAS_EVENT... |
tree | commitdiff |
2009-04-25 |
Francesco Montorsi | use wxSTB_ as prefix for wxStatusBar styles; add suppor... |
tree | commitdiff |
2009-04-21 |
Francesco Montorsi | implement tooltips for wxStatusBar panes whose contents... |
tree | commitdiff |
2009-04-18 |
Stefan Csomor | removing overloads to avoid 'hidden method' warning |
tree | commitdiff |
2009-04-16 |
Vadim Zeitlin | pass wxIntPtr, not wxUIntPtr, to wxListCtrl::SortItems... |
tree | commitdiff |
2009-04-15 |
Vadim Zeitlin | use wxUIntPtr instead of long for 3rd parameter of... |
tree | commitdiff |
next |