2011-12-11 |
Vadim Zeitlin | Ensure that Enter key presses are never stolen from... |
tree | commitdiff |
2011-12-09 |
Stefan Csomor | fixing copy size |
tree | commitdiff |
2011-12-08 |
Stefan Csomor | copied from old cocoa code from David, fixes #13732 |
tree | commitdiff |
2011-12-02 |
Vadim Zeitlin | Make wxEVT_CHAR_HOOK propagate upwards and send it... |
tree | commitdiff |
2011-12-01 |
Vadim Zeitlin | Added wxCriticalSection::TryEnter() method. |
tree | commitdiff |
2011-11-10 |
Vadim Zeitlin | Correct the direction passed to wxDataObject in wxOSX... |
tree | commitdiff |
2011-10-20 |
Robin Dunn | Delegate wxGraphicsBitmap::ConvertToImage to the render... |
tree | commitdiff |
2011-10-18 |
Vadim Zeitlin | Document and test behaviour of wxRegion methods when... |
tree | commitdiff |
2011-10-18 |
Vadim Zeitlin | Don't create a valid wxRegion when using default ctor... |
tree | commitdiff |
2011-10-16 |
Steve Lamerton | Export a couple of Carbon functions to allow wxWebView... |
tree | commitdiff |
2011-10-12 |
Stefan Csomor | applying slightly modified patch, fixes #13434 |
tree | commitdiff |
2011-10-09 |
Vadim Zeitlin | Allow creating wxGraphicsFont without using wxFont. |
tree | commitdiff |
2011-10-09 |
Vadim Zeitlin | Allow creating wxGraphicsBitmap and wxGraphicsContext... |
tree | commitdiff |
2011-10-09 |
Vadim Zeitlin | Don't make private wxGraphicsContext-derived classes... |
tree | commitdiff |
2011-10-09 |
Vadim Zeitlin | Added wxGraphicsBitmap::ConvertToImage(). |
tree | commitdiff |
2011-09-21 |
Vadim Zeitlin | Change wxSound ctor from in-memory data to use size_t... |
tree | commitdiff |
2011-09-21 |
Vadim Zeitlin | Remove wxHeaderColumn::SetAsSortKey() and only use... |
tree | commitdiff |
2011-09-10 |
Steve Lamerton | Merge the new wxWebView classes from the SOC2011_WEBVIE... |
tree | commitdiff |
2011-09-10 |
Steve Lamerton | Merge in from trunk r68684 - r69046 |
tree | commitdiff |
2011-09-06 |
Robin Dunn | fix for non-pch builds |
tree | commitdiff |
2011-08-24 |
Stefan Csomor | missing commit for RAW_CONTROL changes |
tree | commitdiff |
2011-08-23 |
Stefan Csomor | adjusting keyboardstate to new ctrl / raw_ctrl handling... |
tree | commitdiff |
2011-08-22 |
Vadim Zeitlin | Harmonize wxDataViewCtrl::GetSelection() behaviour... |
tree | commitdiff |
2011-08-22 |
Steve Lamerton | Export a couple of carbon functions so that shared... |
tree | commitdiff |
2011-08-16 |
Stefan Csomor | support for raw ctrl shortcut |
tree | commitdiff |
2011-08-13 |
Steve Lamerton | Merge in from trunk r68626 - r68683 |
tree | commitdiff |
2011-08-11 |
Dimitri Schoolwerth | Fixed wxOSX build. |
tree | commitdiff |
2011-08-10 |
Steve Lamerton | Merge in from trunk r64802 - r68625 |
tree | commitdiff |
2011-08-09 |
Dimitri Schoolwerth | Added NSApplicationDelegate's openFiles for wxOSX-Cocoa. |
tree | commitdiff |
2011-07-25 |
Steve Lamerton | Merge in from trunk r67662 to r64801 |
tree | commitdiff |
2011-07-24 |
Vadim Zeitlin | Replace wxControlContainer-related macros with wxNaviga... |
tree | commitdiff |
2011-07-19 |
Stefan Csomor | doing WakeUp in osx_carbon differently for the main... |
tree | commitdiff |
2011-07-19 |
Stefan Csomor | fixing width/height (were negative) thanks to Werner... |
tree | commitdiff |
2011-07-16 |
Stefan Csomor | fixing typo |
tree | commitdiff |
2011-07-15 |
Vadim Zeitlin | Implement wxRegion::Equal() for wxOSX. |
tree | commitdiff |
2011-07-15 |
Vadim Zeitlin | Ensure we don't modify a shared object in wxOSX wxRegio... |
tree | commitdiff |
2011-07-15 |
Vadim Zeitlin | No real changes, just use AllocExclusive() in wxOSX... |
tree | commitdiff |
2011-07-04 |
Vadim Zeitlin | Suppress some harmless warnings about unused parameters... |
tree | commitdiff |
2011-06-18 |
Stefan Csomor | fixing iphone build |
tree | commitdiff |
2011-06-14 |
Vadim Zeitlin | Refactor wxButton and wxToggleButton to derive from... |
tree | commitdiff |
2011-06-09 |
Stefan Csomor | adding implementation for osx |
tree | commitdiff |
2011-06-09 |
Stefan Csomor | adding placeholders for interpolation setting |
tree | commitdiff |
2011-06-09 |
Stefan Csomor | init pattern |
tree | commitdiff |
2011-06-09 |
Stefan Csomor | better ownership handling |
tree | commitdiff |
2011-06-09 |
Stefan Csomor | using common colorspace method |
tree | commitdiff |
2011-06-08 |
Stefan Csomor | adding fallback |
tree | commitdiff |
2011-06-08 |
Stefan Csomor | making intention clearer by explicit parentheses |
tree | commitdiff |
2011-06-06 |
Stefan Csomor | speeding up rectangle drawing by using specific methods... |
tree | commitdiff |
2011-06-02 |
Stefan Csomor | cleanup |
tree | commitdiff |
2011-06-01 |
Stefan Csomor | first stab at supporting custom renderers |
tree | commitdiff |
2011-05-31 |
Robin Dunn | Virtualize StartEditor and add implementations for... |
tree | commitdiff |
2011-05-31 |
Stefan Csomor | making sure |
tree | commitdiff |
2011-05-18 |
Stefan Csomor | making sure clip (device coordinages) is applied before... |
tree | commitdiff |
2011-05-03 |
Dimitri Schoolwerth | Replaced Ok() occurrences with IsOk() throughout trunk. |
tree | commitdiff |
2011-04-22 |
Stefan Csomor | implementation of HotKey, see #12354 |
tree | commitdiff |
2011-04-16 |
Stefan Csomor | adding missing part when using the native paint CGConte... |
tree | commitdiff |
2011-04-16 |
Stefan Csomor | supprting flag for pixel offsetting for osx, see #11853 |
tree | commitdiff |
2011-04-08 |
Stefan Csomor | workaround OSX bug, fixes #4555 |
tree | commitdiff |
2011-04-07 |
Stefan Csomor | adding 10.5 APIs to avoid CGErrors, fixes #13121 |
tree | commitdiff |
2011-04-03 |
Dimitri Schoolwerth | No code changes, fixed various typos. |
tree | commitdiff |
2011-03-31 |
Vadim Zeitlin | Implement wxGraphicsContext::GetSize() for Cairo. |
tree | commitdiff |
2011-03-22 |
Dimitri Schoolwerth | Fixed various typos. |
tree | commitdiff |
2011-03-20 |
Dimitri Schoolwerth | No changes, synchronised source names that appear comme... |
tree | commitdiff |
2011-03-19 |
Stefan Csomor | going private with userpane info |
tree | commitdiff |
2011-03-18 |
Stefan Csomor | moving userpane attribute into implementation |
tree | commitdiff |
2011-03-18 |
Dimitri Schoolwerth | Set svn properties on various files throughout the... |
tree | commitdiff |
2011-03-18 |
Stefan Csomor | going private for m_peer to give a foundation for bette... |
tree | commitdiff |
2011-03-16 |
Stefan Csomor | fixing unused params |
tree | commitdiff |
2011-03-16 |
Stefan Csomor | calling explicit base class constructor from copy const... |
tree | commitdiff |
2011-03-16 |
Stefan Csomor | fixing iterator use |
tree | commitdiff |
2011-03-16 |
Stefan Csomor | replace usage of objective-c keyword 'id' |
tree | commitdiff |
2011-03-14 |
Vadim Zeitlin | Allow wxThread::Wait() and Delete() to block, even... |
tree | commitdiff |
2011-03-12 |
Stefan Csomor | add external utf16 text type explicitely, as it otherwi... |
tree | commitdiff |
2011-03-11 |
Stefan Csomor | supporting 24 and 64 sizes via scaling up |
tree | commitdiff |
2011-03-06 |
Stefan Csomor | use FixedToFloat everywhere to make sure we don't round... |
tree | commitdiff |
2011-02-28 |
Stefan Csomor | add watch cursor to osx_cocoa |
tree | commitdiff |
2011-02-25 |
Julian Smart | Added wxSYS_COLOUR_LISTBOXHIGHLIGHTTEXT to fix tree... |
tree | commitdiff |
2011-02-24 |
Stefan Csomor | reverting part of r58797, otherwise wxClientDC get... |
tree | commitdiff |
2011-02-20 |
Stefan Csomor | handling nil images correctly, solves #12956 |
tree | commitdiff |
2011-02-17 |
Stefan Csomor | activating high-res support via artprov mac |
tree | commitdiff |
2011-02-16 |
Stefan Csomor | toolbar support in all orientations |
tree | commitdiff |
2011-02-02 |
Stefan Csomor | fixing searchctrl on osx_cocoa, changing type for peer... |
tree | commitdiff |
2011-01-28 |
Stefan Csomor | clang fix, fixes #12332 |
tree | commitdiff |
2011-01-27 |
Stefan Csomor | fixing return type |
tree | commitdiff |
2011-01-27 |
Stefan Csomor | supporting clang 2.0 under xcode, see #12332 |
tree | commitdiff |
2011-01-26 |
Stefan Csomor | artmac extended for cocoa |
tree | commitdiff |
2011-01-24 |
Stefan Csomor | fixing toolbar repositioning (iOS) |
tree | commitdiff |
2011-01-22 |
Dimitri Schoolwerth | Use wxString's empty() when checking if the string... |
tree | commitdiff |
2011-01-19 |
Stefan Csomor | missing release |
tree | commitdiff |
2011-01-19 |
Stefan Csomor | support icns in bundle |
tree | commitdiff |
2011-01-19 |
Robin Dunn | On OSX don't propogate the alignment setting from colum... |
tree | commitdiff |
2011-01-07 |
Stefan Csomor | common rtti in fontcmn.cpp |
tree | commitdiff |
2011-01-07 |
Václav Slavík | Implement wxCOL_WIDTH_AUTOSIZE on OS X. |
tree | commitdiff |
2011-01-07 |
Paul Cornett | build fix, should have been part of r66615 |
tree | commitdiff |
2011-01-07 |
Paul Cornett | Move wxColourData and wxFontData into separate files. |
tree | commitdiff |
2011-01-04 |
Stefan Csomor | merging back XTI branch part 2 |
tree | commitdiff |
2010-12-19 |
Vadim Zeitlin | Fix initial gradient point calculation in wxOSX. |
tree | commitdiff |
2010-12-14 |
Vadim Zeitlin | Fail in CloneGDIRefData() instead of implementing it... |
tree | commitdiff |
2010-11-07 |
Stefan Csomor | disable code because of OS bug, fixes #12478, fixes... |
tree | commitdiff |
2010-11-05 |
Vadim Zeitlin | Assume sizeof(wchar_t) is always 4 under OS X. |
tree | commitdiff |
next |