2010-09-30 |
Vadim Zeitlin | No changes whatsoever, just remove trailing whitespace. |
tree | commitdiff |
2010-09-23 |
Robin Dunn | CanSetTransparent needs to be virtual |
tree | commitdiff |
2010-08-10 |
Vadim Zeitlin | Add wxDataViewCtrl::{Set,Get}CurrentItem(). |
tree | commitdiff |
2010-07-28 |
Vadim Zeitlin | Add association between wxOSX wxTextWidgetImpl and... |
tree | commitdiff |
2010-07-13 |
Vadim Zeitlin | Fix file paths in the header comments. |
tree | commitdiff |
2010-06-21 |
Stefan Csomor | adding mimetype patch, closes #12072 |
tree | commitdiff |
2010-06-21 |
Stefan Csomor | adding HitTest to osx_cocoa implementation of listbox... |
tree | commitdiff |
2010-04-20 |
Stefan Csomor | having common API for mapping between native and wx... |
tree | commitdiff |
2010-04-16 |
Stefan Csomor | translating background style BG_PAINT into opaqueness... |
tree | commitdiff |
2010-04-13 |
Stefan Csomor | adding wrapping possibility for native tlws |
tree | commitdiff |
2010-02-19 |
Kevin Ollivier | Disable sending of events by OS X Combobox during progr... |
tree | commitdiff |
2010-02-13 |
Kevin Ollivier | Basic support for tooltips under OS X Cocoa. |
tree | commitdiff |
2010-01-09 |
Kevin Ollivier | Implement native OS X ComboBox for OS X Cocoa, and... |
tree | commitdiff |
2010-01-04 |
Kevin Ollivier | Get the OS X Cocoa native combobox building by having... |
tree | commitdiff |
2009-12-25 |
Stefan Csomor | removing event handlers on non-owned windows when the... |
tree | commitdiff |
2009-12-09 |
Kevin Ollivier | Add OSX prefix, and be clear that this is OS X only... |
tree | commitdiff |
2009-12-07 |
Kevin Ollivier | Add wxTLW::SetModified to allow apps to set the TLW... |
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 | Allow OS X Cocoa (or any OS X port) to override GetBest... |
tree | commitdiff |
2009-11-08 |
Kevin Ollivier | Make wxSTAY_ON_TOP and other window styles toggleable... |
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 | Adding NSColor -> wxColour conversion. |
tree | commitdiff |
2009-10-30 |
Kevin Ollivier | Initial ShowWithoutActivating implementations for Mac... |
tree | commitdiff |
2009-10-22 |
Vadim Zeitlin | Refactor wxEventLoopSource-related code. |
tree | commitdiff |
2009-10-09 |
Paul Cornett | replace TRUE/FALSE with true/false |
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-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-07-09 |
Stefan Csomor | adding special case for Carbon DataBrowser Checkbox |
tree | commitdiff |
2009-06-21 |
Vadim Zeitlin | added support for bitmaps in wxButton to wxOSX/Cocoa |
tree | commitdiff |
2009-06-07 |
Vadim Zeitlin | derive wxStandardPathsCF from Unix wxStandardPaths... |
tree | commitdiff |
2009-05-08 |
Robert Roebling | Add wxDataViewCtrl implementation for OSX/Cocoa (closes... |
tree | commitdiff |
2009-03-30 |
Stefan Csomor | hiding the impl type more again |
tree | commitdiff |
2009-03-28 |
Stefan Csomor | bracketing menu code |
tree | commitdiff |
2009-03-25 |
Stefan Csomor | moving down for non-precomp build |
tree | commitdiff |
2009-03-25 |
Stefan Csomor | focus handling streamlined |
tree | commitdiff |
2009-03-20 |
Stefan Csomor | reworked font handling for osx |
tree | commitdiff |
2009-03-08 |
Stefan Csomor | letting the peer declare whether it wants to draw its... |
tree | commitdiff |
2009-02-19 |
Paul Cornett | remove extra semicolons |
tree | commitdiff |
2009-02-18 |
Paul Cornett | use bool expression rather than implicit conversion |
tree | commitdiff |
2009-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
tree | commitdiff |
2009-02-01 |
Stefan Csomor | avoid warning |
tree | commitdiff |
2009-02-01 |
Stefan Csomor | fixing utf32 native conversion |
tree | commitdiff |
2009-01-20 |
Stefan Csomor | streamlining slider, scroller, spinbutton for osx carbo... |
tree | commitdiff |
2009-01-18 |
Stefan Csomor | mouse and cursor additions for cocoa, see #10361 |
tree | commitdiff |
2009-01-10 |
Stefan Csomor | supporting PopUp on osx cocoa as well, see #10361 |
tree | commitdiff |
2008-11-02 |
Stefan Csomor | make sure virtual method isn't inlined away |
tree | commitdiff |
2008-10-10 |
Stefan Csomor | moving embedding to common API |
tree | commitdiff |
2008-10-06 |
Stefan Csomor | moving more things to common API between carbon and... |
tree | commitdiff |
2008-09-06 |
Stefan Csomor | RGBColor is part of ApplicationServices also under... |
tree | commitdiff |
2008-09-05 |
Stefan Csomor | forward define for non precomp build, switching preproc... |
tree | commitdiff |
2008-09-05 |
Stefan Csomor | forward define for non precomp build |
tree | commitdiff |
2008-09-05 |
Stefan Csomor | simplify native textcontrol creations, adding search... |
tree | commitdiff |
2008-09-02 |
Stefan Csomor | warning fixes and fix for non precomp builtbot |
tree | commitdiff |
2008-09-02 |
Stefan Csomor | osx new layout |
tree | commitdiff |
2008-07-31 |
Stefan Csomor | wxColour is implemented using CoreGraphics |
tree | commitdiff |
2008-07-30 |
Stefan Csomor | getting rid of warnings for unused params |
tree | commitdiff |
2008-07-29 |
Stefan Csomor | console builds need another header from xcode |
tree | commitdiff |
2008-07-29 |
Stefan Csomor | osx regrouping |
tree | commitdiff |
2008-07-29 |
Stefan Csomor | osx regrouping |
tree | commitdiff |
2008-06-11 |
Stefan Csomor | fixing file paths after renaming |
tree | commitdiff |
2008-06-11 |
Stefan Csomor | renaming |
tree | commitdiff |
|