2012-06-15 |
Stefan Csomor | better naming wxCFEventLoopPauseIdleEvents |
commit | commitdiff | tree | snapshot |
2012-06-15 |
Stefan Csomor | using suppression of idle processing (delayed destructi... |
commit | commitdiff | tree | snapshot |
2012-06-15 |
Stefan Csomor | offer suppression of idle processing (delayed destructi... |
commit | commitdiff | tree | snapshot |
2012-06-14 |
Stefan Csomor | setting debug level explicitly |
commit | commitdiff | tree | snapshot |
2012-06-14 |
Stefan Csomor | cleanup for 10.5 minimum |
commit | commitdiff | tree | snapshot |
2012-06-14 |
Stefan Csomor | clang analyzer support specific for OSX |
commit | commitdiff | tree | snapshot |
2012-06-14 |
Stefan Csomor | FixedWith support through CoreText |
commit | commitdiff | tree | snapshot |
2012-06-14 |
Stefan Csomor | using CoreText under iOS |
commit | commitdiff | tree | snapshot |
2012-06-14 |
Stefan Csomor | guarding agains NULL |
commit | commitdiff | tree | snapshot |
2012-06-14 |
Stefan Csomor | guard XTI |
commit | commitdiff | tree | snapshot |
2012-06-14 |
Stefan Csomor | CoreText font enumeration support for iOS |
commit | commitdiff | tree | snapshot |
2012-06-14 |
Stefan Csomor | CoreText support for iOS |
commit | commitdiff | tree | snapshot |
2012-06-14 |
Stefan Csomor | fixing analyzer warning |
commit | commitdiff | tree | snapshot |
2012-06-14 |
Stefan Csomor | removing superfluous 10.5 checks |
commit | commitdiff | tree | snapshot |
2012-06-14 |
Stefan Csomor | as we always have CoreText available under 10.5+, we... |
commit | commitdiff | tree | snapshot |
2012-06-14 |
Stefan Csomor | removing attribute, as assert is not guaranteed not... |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Stefan Csomor | using WX_ATTRIBUTE_NORETURN for asserts |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Stefan Csomor | adding WX_ATTRIBUTE_NORETURN support (for functions... |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Robin Dunn | minor doc tweak |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Robin Dunn | Fix for compilo on non-PCH builds |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Robin Dunn | Allow the doxygen command to be used to be specified... |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Robin Dunn | update comment about SDKs |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Stefan Csomor | using native cocoa method for determining main window... |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Stefan Csomor | exposing mainWindow for C++ |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Stefan Csomor | indicating the memory ownership of our c-method for... |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Stefan Csomor | supporting clang memory management annotations |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Stefan Csomor | adding explanation for osx and fixing typo |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Stefan Csomor | proper init |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Stefan Csomor | having ONE set of raster-ops starting from 10.5 |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Stefan Csomor | fixing mem leak |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Stefan Csomor | proper braces avoiding potential dangling else resultin... |
commit | commitdiff | tree | snapshot |
2012-06-12 |
Stefan Csomor | avoiding dangerous redraw events for windows that are... |
commit | commitdiff | tree | snapshot |
2012-06-12 |
Vadim Zeitlin | Slightly improve best size calculation for wxListCtrl... |
commit | commitdiff | tree | snapshot |
2012-06-12 |
Vadim Zeitlin | No real changes, just add a wxCHECK to GetDlgUnitBase(). |
commit | commitdiff | tree | snapshot |
2012-06-12 |
Vadim Zeitlin | Fix crash in wxStaticBox::HandleEraseBkgnd() in wxMSW... |
commit | commitdiff | tree | snapshot |
2012-06-12 |
Vadim Zeitlin | Only use Unix/X11-specific files under Unix in wxGTK. |
commit | commitdiff | tree | snapshot |
2012-06-12 |
Vadim Zeitlin | Remove another unneeded TOOLKIT test from the bakefiles. |
commit | commitdiff | tree | snapshot |
2012-06-12 |
Vadim Zeitlin | Add wx/setup.h header for wxGTK build under MSW. |
commit | commitdiff | tree | snapshot |
2012-06-12 |
Vadim Zeitlin | Compilation fix in non-PCH build of wxMSW wxStaticBox. |
commit | commitdiff | tree | snapshot |
2012-06-12 |
Vadim Zeitlin | Don't use generic wxListCtrl style for wxListMainWindow. |
commit | commitdiff | tree | snapshot |
2012-06-12 |
Vadim Zeitlin | Make wxMSW tree item unlocking reentrant. |
commit | commitdiff | tree | snapshot |
2012-06-12 |
Stefan Csomor | support for native tlw parents, see #14252 |
commit | commitdiff | tree | snapshot |
2012-06-12 |
Stefan Csomor | using callback for menu enabling, allows to benefit... |
commit | commitdiff | tree | snapshot |
2012-06-12 |
Stefan Csomor | setting source as this, according to thread '[wx-dev... |
commit | commitdiff | tree | snapshot |
2012-06-10 |
Robin Dunn | Fix compilation error |
commit | commitdiff | tree | snapshot |
2012-06-10 |
Vadim Zeitlin | Fix wxHTMLDataObject compilation and memory leaks. |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Robin Dunn | Keep track of the area intended to be buffered, and... |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Robin Dunn | Add doc for SendAutoScrollEvents |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Vadim Zeitlin | Fix wxWindow::IsDescendant() to work with argument... |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Vadim Zeitlin | Use wxString::Clone() instead of c_str() in wxThreadEve... |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Vadim Zeitlin | Use PLATFORM checks in bakefiles instead of TOOLKIT... |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Robin Dunn | Interface fixes for Phoenix |
commit | commitdiff | tree | snapshot |
2012-06-07 |
Paul Cornett | fix warnings about conversion to bool, closes #14381 |
commit | commitdiff | tree | snapshot |
2012-06-07 |
Paul Cornett | fix warnings about unreachable return statements |
commit | commitdiff | tree | snapshot |
2012-06-07 |
Robin Dunn | Add export macro for wxTreeListEvent so the non-inline... |
commit | commitdiff | tree | snapshot |
2012-06-07 |
Robin Dunn | Interface fixes for Phoenix |
commit | commitdiff | tree | snapshot |
2012-06-07 |
Robin Dunn | Add missing wxRichToolTip::SetTitleFont implementation. |
commit | commitdiff | tree | snapshot |
2012-06-07 |
Robin Dunn | Interface fixes for Phoenix |
commit | commitdiff | tree | snapshot |
2012-06-06 |
Václav Slavík | wxHtmlHelpWindow: Fix contents panel syncing with view. |
commit | commitdiff | tree | snapshot |
2012-06-06 |
Robin Dunn | add missing public keyword for base class |
commit | commitdiff | tree | snapshot |
2012-06-05 |
Robin Dunn | If there is a sizer then use it's calculated minimum... |
commit | commitdiff | tree | snapshot |
2012-06-05 |
Robin Dunn | Interface fixes for Phoenix |
commit | commitdiff | tree | snapshot |
2012-06-05 |
Robin Dunn | Interface fixes for Phoenix |
commit | commitdiff | tree | snapshot |
2012-06-05 |
Paul Cornett | Workaround for Ubuntu 12.04 run time warning |
commit | commitdiff | tree | snapshot |
2012-06-05 |
Vadim Zeitlin | Don't give incorrect example in wxTextEntry::GetInserti... |
commit | commitdiff | tree | snapshot |
2012-06-05 |
Vadim Zeitlin | Fix ribbon sample compilation after r71642. |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Paul Cornett | Fix layout of wxStaticText, and possibly other controls. |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Julian Smart | Corrected collection of common attributes, for clashing... |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Vadim Zeitlin | Implement support for wxRIBBON_PANEL_EXT_BUTTON wxRibbo... |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Vadim Zeitlin | Add wxRibbonControl::GetAncestorRibbonBar() helper. |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Vadim Zeitlin | Use wxString::t_str() in calls to Windows API functions... |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Steve Lamerton | Use wxCOMPtr throughout wxWebViewIE to simplify the... |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Vadim Zeitlin | Add support for MSVC 11 (a.k.a. MSVS 2012) to MSVC... |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Vadim Zeitlin | Clear old selection when wxListBox becomes empty. |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Vadim Zeitlin | Add wxMSW_CONV_LPCTSTR() and related macros and use... |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Vadim Zeitlin | Disable wxUIActionSimulator wxGrid tests using mouse... |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Vadim Zeitlin | Add IsAutomaticTest() function to the unit tests. |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Vadim Zeitlin | Use printf() instead of wxPrintf() in cppunit details... |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Vadim Zeitlin | Compilation fix to wxWebView under wxOSX/Carbon after... |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Vadim Zeitlin | Fix wxWebKitCtrl::RunScript() return value. |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Vadim Zeitlin | Add support for CP1258 (Vietnamese) and CP1361 (Korean... |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Vadim Zeitlin | Use "GBK" as alternative name for CP936 encoding. |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Vadim Zeitlin | Use float instead of double division in wxHashMap code. |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Vadim Zeitlin | Keep user-set wxFrame background color even if MSW... |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Vadim Zeitlin | Update old selections after clearing wxListBox in wxGTK. |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Vadim Zeitlin | Use wxCLASSINFO() instead of deprecated CLASSINFO(). |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Vadim Zeitlin | Use wxDynamicCast() instead of IsKindOf() checks. |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Vadim Zeitlin | Remove unneeded dynamic cast in wxPropertyGrid. |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Vadim Zeitlin | Remove unnecessary dynamic cast in wxComboPopupWindow. |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Vadim Zeitlin | Don't reset previous window event handler in PopEventHa... |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Vadim Zeitlin | Fix wxMac preprocessor check in wxWebView code. |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Vadim Zeitlin | No changes, just refactor wxGrid::Render() to simplify it. |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Paul Cornett | silence warning about converting NULL to wxUIntPtr |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Paul Cornett | silence warning about __WXMSW__ not defined |
commit | commitdiff | tree | snapshot |
2012-05-30 |
Robin Dunn | A patch adding wxHTMLDataObject which can be used for... |
commit | commitdiff | tree | snapshot |
2012-05-30 |
Stefan Csomor | fixing build with wxUSE_PROTOCOL = 1 and wxUSE_SOCKETS = 0 |
commit | commitdiff | tree | snapshot |
2012-05-30 |
Robin Dunn | Adjust the client area origin and the client size of... |
commit | commitdiff | tree | snapshot |
2012-05-30 |
Robin Dunn | Interface fixes for Phoenix |
commit | commitdiff | tree | snapshot |
2012-05-29 |
Stefan Csomor | adapting char event handling to msw / gtk, see #13415... |
commit | commitdiff | tree | snapshot |
2012-05-29 |
Stefan Csomor | clang compat. |
commit | commitdiff | tree | snapshot |
next |