2010-11-05 |
Vadim Zeitlin | Fix check toolbar items behaviour in non-native toolbar... |
tree | commitdiff |
2010-11-05 |
Vadim Zeitlin | Avoid using wx GDI classes from non-main thread in... |
tree | commitdiff |
2010-11-05 |
Vadim Zeitlin | Really update tooltip when wxToolBar::SetShortHelp... |
tree | commitdiff |
2010-11-05 |
Vadim Zeitlin | Show the first, not the last, inserted item in wxListBo... |
tree | commitdiff |
2010-11-05 |
Vadim Zeitlin | Use CGFloat instead of float for mouse wheel event... |
tree | commitdiff |
2010-11-05 |
Vadim Zeitlin | Fix showing the frames full screen under OS X. |
tree | commitdiff |
2010-11-05 |
Vadim Zeitlin | Improve default position for new TLWs in wxOSX. |
tree | commitdiff |
2010-11-05 |
Vadim Zeitlin | Ensure that strings returned by wxMBConv_cf are in... |
tree | commitdiff |
2010-11-05 |
Vadim Zeitlin | Remove duplicate wxEVT_COMMAND_TEXT_ENTER generation... |
tree | commitdiff |
2010-11-05 |
Vadim Zeitlin | Don't update scrollbars when the window is being destro... |
tree | commitdiff |
2010-11-05 |
Vadim Zeitlin | Fix crash in wxColour ctor from NSColor in wxOSX/Cocoa. |
tree | commitdiff |
2010-11-05 |
Vadim Zeitlin | Remove unnecessary wxOSX_USE_COCOA guards in Cocoa... |
tree | commitdiff |
2010-11-05 |
Vadim Zeitlin | Assume sizeof(wchar_t) is always 4 under OS X. |
tree | commitdiff |
2010-10-31 |
Vadim Zeitlin | Avoid events when implicitly selecting first wxBookCtrl... |
tree | commitdiff |
2010-10-30 |
Vadim Zeitlin | Fix order of arguments in wxOSX/Carbon wxListCtrl:... |
tree | commitdiff |
2010-10-30 |
Václav Slavík | Add wxRenderer::GetHeaderButtonMargin(). |
tree | commitdiff |
2010-10-27 |
Vadim Zeitlin | Refactor: use wxBookCtrlBase::m_selection in all derive... |
tree | commitdiff |
2010-10-27 |
Vadim Zeitlin | No real changes, just replace -1 with wxNOT_FOUND in... |
tree | commitdiff |
2010-10-25 |
Vadim Zeitlin | Use the correct accelerator for the "Preferences" Apple... |
tree | commitdiff |
2010-10-25 |
Vadim Zeitlin | Use the application name in the "About" item of the... |
tree | commitdiff |
2010-10-22 |
Vadim Zeitlin | No real changes, just use const_cast<> instead of C... |
tree | commitdiff |
2010-10-16 |
Vadim Zeitlin | Improve validation of wxCheckBox styles. |
tree | commitdiff |
2010-10-10 |
Vadim Zeitlin | Move wxList::Member() to pseudo-template base list... |
tree | commitdiff |
2010-10-02 |
Tim Kosse | Connect to events only if using native implementation... |
tree | commitdiff |
2010-09-30 |
Stefan Csomor | opening ATSU Font info for Ulrich Telle's wxPDFContext |
tree | commitdiff |
2010-09-30 |
Vadim Zeitlin | No changes whatsoever, just remove trailing whitespace. |
tree | commitdiff |
2010-09-29 |
Vadim Zeitlin | Return wxFONTFAMILY_DEFAULT, not UNKNOWN, from wxFont... |
tree | commitdiff |
2010-09-23 |
Robin Dunn | Fix sending a size event for the displayed page when... |
tree | commitdiff |
2010-09-23 |
Robin Dunn | Avoid an endless recursion situation |
tree | commitdiff |
2010-09-23 |
Robin Dunn | Allow the renderer to also work with wxMemoryDCs |
tree | commitdiff |
2010-09-17 |
Dimitri Schoolwerth | Set svn properties on .cpp files. |
tree | commitdiff |
2010-09-16 |
Vadim Zeitlin | Allow setting Mac-specific menu item ids to wxID_NONE... |
tree | commitdiff |
2010-09-11 |
Vadim Zeitlin | Compilation fix for wxOSX. |
tree | commitdiff |
2010-09-11 |
Vadim Zeitlin | Explicitly send events for modifier keys in wxUIActionS... |
tree | commitdiff |
2010-09-11 |
Stefan Csomor | fixing 'main screen' |
tree | commitdiff |
2010-09-07 |
Stefan Csomor | resetting the wrapper flag later, otherwise the native... |
tree | commitdiff |
2010-09-07 |
Stefan Csomor | modeling subclassing along msw, unsubclassing filedialo... |
tree | commitdiff |
2010-09-06 |
Stefan Csomor | using non-sleep version for GUI mutex, solves #12411 |
tree | commitdiff |
2010-08-22 |
Vadim Zeitlin | Remove unused src/osx/cocoa/bmpbuttn.mm file. |
tree | commitdiff |
2010-08-22 |
Vadim Zeitlin | Don't use uninitialized variable in wxCharCodeWXToOSX(). |
tree | commitdiff |
2010-08-22 |
Vadim Zeitlin | Merge wxUIActionSimulator fixes from SOC2010_GUI_TEST... |
tree | commitdiff |
2010-08-22 |
Vadim Zeitlin | Fix selection corner cases in wxOSX wxComboBox. |
tree | commitdiff |
2010-08-22 |
Vadim Zeitlin | Don't crash in wxOSX::wxClipboard::Clear() if initializ... |
tree | commitdiff |
2010-08-22 |
Vadim Zeitlin | Work around a crash on starting editing in wxGrid under... |
tree | commitdiff |
2010-08-18 |
Vadim Zeitlin | Provide a task-dialog based wxMSW wxMessageDialog imple... |
tree | commitdiff |
2010-08-17 |
Stefan Csomor | fixes horizontal scrolling in textfields, fixes #12322 |
tree | commitdiff |
2010-08-13 |
Stefan Csomor | no-op change to get build bot running |
tree | commitdiff |
2010-08-12 |
Stefan Csomor | no-op change to get build bot running |
tree | commitdiff |
2010-08-11 |
Vadim Zeitlin | Handle wxDefaultSize correctly in wxNonOwnedWindow... |
tree | commitdiff |
2010-08-11 |
Vadim Zeitlin | Fix handling of help buttons with non-empty label under... |
tree | commitdiff |
2010-08-10 |
Vadim Zeitlin | Add wxDataViewCtrl::{Set,Get}CurrentItem(). |
tree | commitdiff |
2010-08-09 |
Vadim Zeitlin | Don't lose selection in wxDataViewCtrl::Select() under... |
tree | commitdiff |
2010-08-08 |
Vadim Zeitlin | Add name argument to wxDataViewCtrl ctor for consistency. |
tree | commitdiff |
2010-07-28 |
Vadim Zeitlin | Fix wxOSX wxTextCtrl refactoring of r65129. |
tree | commitdiff |
2010-07-28 |
Vadim Zeitlin | Allow non-modal windows shown from modal dialogs to... |
tree | commitdiff |
2010-07-28 |
Vadim Zeitlin | Add association between wxOSX wxTextWidgetImpl and... |
tree | commitdiff |
2010-07-28 |
Vadim Zeitlin | Fix harmless float to int conversion warnings in wxOSX... |
tree | commitdiff |
2010-07-24 |
Vadim Zeitlin | Postpone showing the notebook pages under wxOSX/Cocoa. |
tree | commitdiff |
2010-07-23 |
Stefan Csomor | fixes #12258 |
tree | commitdiff |
2010-07-18 |
Stefan Csomor | organizing code, adding offset correction for update... |
tree | commitdiff |
2010-07-17 |
Stefan Csomor | removing early init, fixes #12231 |
tree | commitdiff |
2010-07-14 |
Vadim Zeitlin | Use correct format specifiers in wxOSX/Carbon font... |
tree | commitdiff |
2010-07-13 |
Vadim Zeitlin | Fix file paths in the header comments. |
tree | commitdiff |
2010-07-13 |
Vadim Zeitlin | Globally use "wxWindows licence" consistently. |
tree | commitdiff |
2010-07-11 |
Vadim Zeitlin | Set the string to search for in wxSearchCtrl events. |
tree | commitdiff |
2010-07-09 |
Julian Smart | Fix undefined symbols |
tree | commitdiff |
2010-07-08 |
Julian Smart | iPhone SDK 2.2 compilation |
tree | commitdiff |
2010-07-07 |
Stefan Csomor | only hide tool windows on deactivate, fixes #11924 |
tree | commitdiff |
2010-07-07 |
Stefan Csomor | supporting disabled tools, fixes #11457 |
tree | commitdiff |
2010-07-05 |
Stefan Csomor | using backwards compatible implementation |
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-06-21 |
Stefan Csomor | adding bestsize for osx_cocoa combobox |
tree | commitdiff |
2010-06-21 |
Stefan Csomor | adding fix for non-precomp header build |
tree | commitdiff |
2010-06-21 |
Stefan Csomor | storing current event for dnd support, adding default... |
tree | commitdiff |
2010-06-21 |
Stefan Csomor | text updated events were not always sent out correctly... |
tree | commitdiff |
2010-06-20 |
Vadim Zeitlin | Use wxDELETE() and wxDELETEA() when possible. |
tree | commitdiff |
2010-06-20 |
Stefan Csomor | no trailing slash for OSX_CARBON |
tree | commitdiff |
2010-06-19 |
Francesco Montorsi | Remove identic implementations of wxDir::Exists from... |
tree | commitdiff |
2010-06-10 |
Robert Roebling | Implemented wxDataViewColumn for wxOSX/Cocoa |
tree | commitdiff |
2010-05-20 |
Stefan Csomor | fixing infinite recursion |
tree | commitdiff |
2010-05-20 |
Stefan Csomor | def include was missing |
tree | commitdiff |
2010-05-20 |
Stefan Csomor | support compiling for iphone |
tree | commitdiff |
2010-05-20 |
Stefan Csomor | adding support for iphone |
tree | commitdiff |
2010-05-20 |
Stefan Csomor | adapting to new API |
tree | commitdiff |
2010-05-20 |
Stefan Csomor | utils_osx isn't part of base but of core, moving wxMacW... |
tree | commitdiff |
2010-05-19 |
Stefan Csomor | moving wxMacWakeUp outside COCOA_CARBON clause, fixes... |
tree | commitdiff |
2010-05-19 |
Stefan Csomor | splitting methods |
tree | commitdiff |
2010-05-19 |
Stefan Csomor | common wxMacWakeUp code across all platforms |
tree | commitdiff |
2010-05-19 |
Stefan Csomor | common wxMacWakeUp code across all platforms |
tree | commitdiff |
2010-05-19 |
Stefan Csomor | set default resolutions in case of errors |
tree | commitdiff |
2010-05-19 |
Stefan Csomor | using wx dynamic cast |
tree | commitdiff |
2010-05-19 |
Stefan Csomor | removing unused var |
tree | commitdiff |
2010-05-19 |
Stefan Csomor | missing commit, fixes #12067 |
tree | commitdiff |
2010-05-10 |
Vadim Zeitlin | Replace wxTINY_CAPTION_{HORIZ,VERT} with a single wxTIN... |
tree | commitdiff |
2010-05-05 |
Vadim Zeitlin | Replace wxPrintout::SetIsPreview() with SetPreview(). |
tree | commitdiff |
2010-04-30 |
Stefan Csomor | adding wrapper for native UIWindow, using designated... |
tree | commitdiff |
2010-04-30 |
Stefan Csomor | adjusting to API change of cocoa and carbon |
tree | commitdiff |
2010-04-30 |
Stefan Csomor | cleanup |
tree | commitdiff |
2010-04-30 |
Stefan Csomor | moving value setting conformance to impl |
tree | commitdiff |
next |