2013-09-21 |
Václav Slavík | Revert "using #ifdef wxABORT_ON_CONFIG_ERROR not just... |
tree | commitdiff |
2013-09-21 |
Václav Slavík | Fix wxOSX warnings about int-to-void* casts. |
tree | commitdiff |
2013-09-18 |
Václav Slavík | Deallocate wxThreadSpecificInfo when wxThread ends. |
tree | commitdiff |
2013-08-24 |
Vadim Zeitlin | Move code removing "-psn_xxx" command line arguments... |
tree | commitdiff |
2013-08-14 |
Stefan Csomor | using #ifdef wxABORT_ON_CONFIG_ERROR not just #if as... |
tree | commitdiff |
2013-07-28 |
Stefan Csomor | adapting to new event version |
tree | commitdiff |
2013-07-27 |
Stefan Csomor | wiring event loop callbacks |
tree | commitdiff |
2013-07-26 |
Vadim Zeitlin | Remove all lines containing cvs/svn "$Id$" keyword. |
tree | commitdiff |
2013-07-24 |
Stefan Csomor | wiring OnInit on osx to a later point in event processing |
tree | commitdiff |
2013-07-22 |
Stefan Csomor | further routing into wxApp |
tree | commitdiff |
2013-07-22 |
Stefan Csomor | wiring osx native notification during launch |
tree | commitdiff |
2013-07-15 |
Vadim Zeitlin | Support using GetTextExtent() with empty string to... |
tree | commitdiff |
2013-07-10 |
Vadim Zeitlin | Add default ctors and Create() to wxDirDialog and wxFil... |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Add wxEventLoop::ScheduleExit(). |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Add "OSX" prefix to wxCFEventLoop::DoRun() and DoStop... |
tree | commitdiff |
2013-06-28 |
Stefan Csomor | support getting device resolution on all osx ports |
tree | commitdiff |
2013-06-27 |
Stefan Csomor | new method for contentScaleFactor on main screen |
tree | commitdiff |
2013-06-27 |
Stefan Csomor | native bitmap scaling codes |
tree | commitdiff |
2013-06-25 |
Stefan Csomor | supporting native content scaling on OSX |
tree | commitdiff |
2013-06-13 |
Stefan Csomor | fixing correct delete key |
tree | commitdiff |
2013-06-10 |
Vadim Zeitlin | Add wxMouseEvent::GetColumnsPerAction(). |
tree | commitdiff |
2013-06-04 |
Stefan Csomor | adding a more extensive version to arrive at the impl... |
tree | commitdiff |
2013-06-03 |
Stefan Csomor | avoiding reentrancy problems and congestion |
tree | commitdiff |
2013-06-03 |
Stefan Csomor | using ordinary Show for popup windows as on MSW which... |
tree | commitdiff |
2013-05-31 |
Stefan Csomor | avoiding reshow of hidden windows when app is brought... |
tree | commitdiff |
2013-05-24 |
Stefan Csomor | using scan-line polygon conversion for constructing... |
tree | commitdiff |
2013-05-20 |
Vadim Zeitlin | Add a public wxModalDialogHook class for intercepting... |
tree | commitdiff |
2013-05-16 |
Václav Slavík | Call wxThread::Create() from Run() automatically. |
tree | commitdiff |
2013-04-30 |
Vadim Zeitlin | Use WXUNUSED() to suppress unused parameter warnings. |
tree | commitdiff |
2013-04-30 |
Vadim Zeitlin | Allow using wxDEFAULT as font size in wxOSX. |
tree | commitdiff |
2013-04-25 |
Vadim Zeitlin | Provide shorter synonyms for wxEVT_XXX constants. |
tree | commitdiff |
2013-04-12 |
Robin Dunn | Ensure there is valid context for DrawRectangle |
tree | commitdiff |
2013-03-26 |
Vadim Zeitlin | Use wxCONTROL_PRESSED instead of wxCONTROL_SELECTED... |
tree | commitdiff |
2013-03-10 |
Stefan Csomor | support alpha in color dialog, see #14127 |
tree | commitdiff |
2013-03-10 |
Stefan Csomor | add support for alpha in color dialog on OSX, see ... |
tree | commitdiff |
2013-02-17 |
Stefan Csomor | switching notebook implementation to common |
tree | commitdiff |
2013-01-27 |
Stefan Neis | No changes, just remove unneeded variable initializatio... |
tree | commitdiff |
2013-01-21 |
Vadim Zeitlin | No changes, just remove unused variable in wxCarbon... |
tree | commitdiff |
2013-01-20 |
Paul Cornett | sizeof(char) is 1. By definition. |
tree | commitdiff |
2013-01-20 |
Vadim Zeitlin | Rename WXTHREAD_XXX_PRIORITY yo wxPRIORITY_XXX. |
tree | commitdiff |
2012-12-29 |
Vadim Zeitlin | Spelling fixes in comments in wxOSX. |
tree | commitdiff |
2012-12-23 |
Stefan Csomor | removing 10.5 version checks |
tree | commitdiff |
2012-12-23 |
Stefan Csomor | making sure we are using correct implementation for... |
tree | commitdiff |
2012-12-22 |
Vadim Zeitlin | Add wxListCtrl::EnableAlternateRowColours() and SetAlte... |
tree | commitdiff |
2012-12-20 |
Stefan Csomor | benefit from 10.5+ call HIShapeUnionWithRect |
tree | commitdiff |
2012-12-19 |
Stefan Csomor | activating DrawRectangle optimization |
tree | commitdiff |
2012-12-18 |
Stefan Csomor | setting offsets for window and client dcs when not... |
tree | commitdiff |
2012-12-14 |
Stefan Csomor | supporting private types in DnD on osx_cocoa, fixes... |
tree | commitdiff |
2012-11-28 |
Vadim Zeitlin | Handle Shift-TAB correctly in wxOSX/Carbon wxComboBox. |
tree | commitdiff |
2012-11-08 |
Stefan Csomor | support for freeze and thaw under cocoa |
tree | commitdiff |
2012-11-04 |
Vadim Zeitlin | Use kCGBlendModeExclusion for wxCOMPOSITION_XOR operation. |
tree | commitdiff |
2012-11-01 |
Václav Slavík | Add wxTEST_DIALOG for testing of modal dialogs. |
tree | commitdiff |
2012-10-31 |
Stefan Csomor | adding principal class for command line builds (High... |
tree | commitdiff |
2012-10-28 |
Vadim Zeitlin | Improve splitter appearance in wxOSX/Cocoa. |
tree | commitdiff |
2012-09-30 |
Vadim Zeitlin | No changes, just remove unneeded variable initialization. |
tree | commitdiff |
2012-08-01 |
Vadim Zeitlin | No changes, just fix typos in comments in wxOSX files. |
tree | commitdiff |
2012-07-25 |
Vadim Zeitlin | wxOSX/Carbon compilation fix after the changes of r72207. |
tree | commitdiff |
2012-07-24 |
Vadim Zeitlin | Don't eagerly set wxKeyEvent position fields. |
tree | commitdiff |
2012-07-24 |
Stefan Csomor | guard against not-yet-existing font, fixes #14516 |
tree | commitdiff |
2012-07-16 |
Stefan Csomor | adapting order to preference |
tree | commitdiff |
2012-07-16 |
Stefan Csomor | correct handling of order of preference of formats |
tree | commitdiff |
2012-07-02 |
Stefan Csomor | adapting new osx modifier handling, fixes #14377 |
tree | commitdiff |
2012-07-02 |
Stefan Csomor | guarding against invalid files passed to 'pdoc' apple... |
tree | commitdiff |
2012-07-02 |
Stefan Csomor | guarding against invalid files passed to 'odoc' apple... |
tree | commitdiff |
2012-07-01 |
Stefan Csomor | native hook for supported datatypes |
tree | commitdiff |
2012-07-01 |
Stefan Csomor | make sure the pasteboard paste location is only set... |
tree | commitdiff |
2012-06-25 |
Stefan Csomor | adding new API needed for screenshots as old method... |
tree | commitdiff |
2012-06-20 |
Stefan Csomor | make sure native font exists, before asking about fixed... |
tree | commitdiff |
2012-06-20 |
Stefan Csomor | using UTType constants wherever possible to avoid typos... |
tree | commitdiff |
2012-06-18 |
Stefan Csomor | supporting promised file urls for transfer, see #14281 |
tree | commitdiff |
2012-06-17 |
Vadim Zeitlin | Move wxBell() from base to core library. |
tree | commitdiff |
2012-06-14 |
Stefan Csomor | cleanup for 10.5 minimum |
tree | commitdiff |
2012-06-14 |
Stefan Csomor | CoreText support for iOS |
tree | commitdiff |
2012-06-14 |
Stefan Csomor | removing superfluous 10.5 checks |
tree | commitdiff |
2012-06-13 |
Stefan Csomor | using native cocoa method for determining main window... |
tree | commitdiff |
2012-06-13 |
Stefan Csomor | exposing mainWindow for C++ |
tree | commitdiff |
2012-06-13 |
Stefan Csomor | having ONE set of raster-ops starting from 10.5 |
tree | commitdiff |
2012-05-30 |
Robin Dunn | A patch adding wxHTMLDataObject which can be used for... |
tree | commitdiff |
2012-05-29 |
Stefan Csomor | clang compat. |
tree | commitdiff |
2012-05-29 |
Stefan Csomor | clang compat. |
tree | commitdiff |
2012-05-20 |
Vadim Zeitlin | Fix 62 harmless but annoying Clang warnings in wxOSX... |
tree | commitdiff |
2012-05-17 |
Paul Cornett | mark virtual overrides as virtual |
tree | commitdiff |
2012-05-11 |
Robin Dunn | Enable access to the native bitmap object wrapped by... |
tree | commitdiff |
2012-05-05 |
Stefan Csomor | fixes crashes with embedded controls in toolbars after... |
tree | commitdiff |
2012-04-28 |
Vadim Zeitlin | Fix wxBitmapButton best size calculation in wxOSX/Carbon. |
tree | commitdiff |
2012-04-20 |
Robin Dunn | Make wxTaskBarIcon's ctor have the same API on all... |
tree | commitdiff |
2012-04-05 |
Vadim Zeitlin | Remove support for MetroWerks CodeWarrior compiler. |
tree | commitdiff |
2012-03-22 |
Vadim Zeitlin | Use enum for wxMouseEvent::m_wheelAxis instead of int. |
tree | commitdiff |
2012-03-12 |
Stefan Csomor | remove 10.4 compatibility code |
tree | commitdiff |
2012-03-04 |
Vadim Zeitlin | Fix showing MDI child from wxDocManager::ActivateDocume... |
tree | commitdiff |
2012-03-01 |
Julian Smart | Added MacInternalOnSize() to allow windows to resize... |
tree | commitdiff |
2012-02-28 |
Stefan Csomor | making sure TextMatrix is always identity, there were... |
tree | commitdiff |
2012-02-27 |
Stefan Csomor | no 10.4 support anymore |
tree | commitdiff |
2012-02-20 |
Vadim Zeitlin | No changes, just remove a redundant wxGROW. |
tree | commitdiff |
2012-02-08 |
Robin Dunn | Following the theory that something lame is better... |
tree | commitdiff |
2012-02-02 |
Vadim Zeitlin | Add wxFontDialog ctor not taking wxFontData to wxOSX. |
tree | commitdiff |
2012-01-23 |
Stefan Csomor | adding missing stubs |
tree | commitdiff |
2012-01-23 |
Stefan Csomor | using existing member |
tree | commitdiff |
2012-01-19 |
Stefan Csomor | guard against invalid color ref |
tree | commitdiff |
2012-01-19 |
Stefan Csomor | solving include order problems for stl and xti |
tree | commitdiff |
next |