2012-06-24 |
Paul Cornett | implement wxCairoContext::GetPartialTextExtents for... |
tree | commitdiff |
2012-06-23 |
Paul Cornett | properly handle stupidly small maximum size hints |
tree | commitdiff |
2012-06-22 |
Paul Cornett | fix SetSizeHints when wxDefaultSize is given for min... |
tree | commitdiff |
2012-06-21 |
Julian Smart | Fixed #14429: Printing a large table in wxRichTextCtrl... |
tree | commitdiff |
2012-06-21 |
Julian Smart | Prevent index access error |
tree | commitdiff |
2012-06-21 |
Julian Smart | Compilation fix |
tree | commitdiff |
2012-06-21 |
Vadim Zeitlin | Don't call gtk_window_set_geometry_hints() if there... |
tree | commitdiff |
2012-06-20 |
Vadim Zeitlin | No real changes, just simplify wxGDIPlusContext::GetTex... |
tree | commitdiff |
2012-06-20 |
Vadim Zeitlin | Fix text extent computation in wxMSW wxGraphicsContext. |
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-18 |
Julian Smart | Fixed #14417: wxRichTextCtrl crashes on LoadFile |
tree | commitdiff |
2012-06-18 |
Paul Cornett | build fix for wxUSE_STL==1 |
tree | commitdiff |
2012-06-18 |
Stefan Csomor | supporting promised file urls for transfer, see #14281 |
tree | commitdiff |
2012-06-17 |
Vadim Zeitlin | Fixes for building wxGTK under Cygwin. |
tree | commitdiff |
2012-06-17 |
Vadim Zeitlin | Disable creation of wxDIB from wxBitmap in non-wxMSW... |
tree | commitdiff |
2012-06-17 |
Vadim Zeitlin | Move wxBell() from base to core library. |
tree | commitdiff |
2012-06-17 |
Vadim Zeitlin | Don't use Unix-specific wxGTK utility functions under... |
tree | commitdiff |
2012-06-17 |
Vadim Zeitlin | Provide wxGetKeyState() studfor wxGTK under Windows. |
tree | commitdiff |
2012-06-17 |
Paul Cornett | update version check for glib 2.32 |
tree | commitdiff |
2012-06-15 |
Vadim Zeitlin | No real changes, just use wxSize::Get{Width,Height... |
tree | commitdiff |
2012-06-15 |
Vadim Zeitlin | Remove unnecessary base class OnPaint() call from wxGen... |
tree | commitdiff |
2012-06-15 |
Vadim Zeitlin | Fix compilation of MSW wxFSVolume with non-wxMSW ports. |
tree | commitdiff |
2012-06-15 |
Vadim Zeitlin | Fix harmless MSVC warning about converting pointer... |
tree | commitdiff |
2012-06-15 |
Vadim Zeitlin | Only use Unix sockets API under Unix in wxGTK. |
tree | commitdiff |
2012-06-15 |
Stefan Csomor | trying to improve appearance of gridcelltexteditor... |
tree | commitdiff |
2012-06-15 |
Stefan Csomor | avoid idling in native file dialogs |
tree | commitdiff |
2012-06-15 |
Stefan Csomor | better naming wxCFEventLoopPauseIdleEvents |
tree | commitdiff |
2012-06-15 |
Stefan Csomor | using suppression of idle processing (delayed destructi... |
tree | commitdiff |
2012-06-15 |
Stefan Csomor | offer suppression of idle processing (delayed destructi... |
tree | commitdiff |
2012-06-14 |
Stefan Csomor | cleanup for 10.5 minimum |
tree | commitdiff |
2012-06-14 |
Stefan Csomor | guarding agains NULL |
tree | commitdiff |
2012-06-14 |
Stefan Csomor | guard XTI |
tree | commitdiff |
2012-06-14 |
Stefan Csomor | CoreText font enumeration support for iOS |
tree | commitdiff |
2012-06-14 |
Stefan Csomor | CoreText support for iOS |
tree | commitdiff |
2012-06-14 |
Stefan Csomor | fixing analyzer warning |
tree | commitdiff |
2012-06-14 |
Stefan Csomor | removing superfluous 10.5 checks |
tree | commitdiff |
2012-06-14 |
Stefan Csomor | as we always have CoreText available under 10.5+, we... |
tree | commitdiff |
2012-06-13 |
Robin Dunn | Fix for compilo on non-PCH builds |
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 | adding explanation for osx and fixing typo |
tree | commitdiff |
2012-06-13 |
Stefan Csomor | proper init |
tree | commitdiff |
2012-06-13 |
Stefan Csomor | having ONE set of raster-ops starting from 10.5 |
tree | commitdiff |
2012-06-13 |
Stefan Csomor | fixing mem leak |
tree | commitdiff |
2012-06-13 |
Stefan Csomor | proper braces avoiding potential dangling else resultin... |
tree | commitdiff |
2012-06-12 |
Stefan Csomor | avoiding dangerous redraw events for windows that are... |
tree | commitdiff |
2012-06-12 |
Vadim Zeitlin | Slightly improve best size calculation for wxListCtrl... |
tree | commitdiff |
2012-06-12 |
Vadim Zeitlin | No real changes, just add a wxCHECK to GetDlgUnitBase(). |
tree | commitdiff |
2012-06-12 |
Vadim Zeitlin | Fix crash in wxStaticBox::HandleEraseBkgnd() in wxMSW... |
tree | commitdiff |
2012-06-12 |
Vadim Zeitlin | Compilation fix in non-PCH build of wxMSW wxStaticBox. |
tree | commitdiff |
2012-06-12 |
Vadim Zeitlin | Don't use generic wxListCtrl style for wxListMainWindow. |
tree | commitdiff |
2012-06-12 |
Vadim Zeitlin | Make wxMSW tree item unlocking reentrant. |
tree | commitdiff |
2012-06-12 |
Stefan Csomor | support for native tlw parents, see #14252 |
tree | commitdiff |
2012-06-12 |
Stefan Csomor | using callback for menu enabling, allows to benefit... |
tree | commitdiff |
2012-06-12 |
Stefan Csomor | setting source as this, according to thread '[wx-dev... |
tree | commitdiff |
2012-06-10 |
Robin Dunn | Fix compilation error |
tree | commitdiff |
2012-06-10 |
Vadim Zeitlin | Fix wxHTMLDataObject compilation and memory leaks. |
tree | commitdiff |
2012-06-08 |
Robin Dunn | Keep track of the area intended to be buffered, and... |
tree | commitdiff |
2012-06-08 |
Vadim Zeitlin | Fix wxWindow::IsDescendant() to work with argument... |
tree | commitdiff |
2012-06-07 |
Paul Cornett | fix warnings about conversion to bool, closes #14381 |
tree | commitdiff |
2012-06-07 |
Paul Cornett | fix warnings about unreachable return statements |
tree | commitdiff |
2012-06-07 |
Robin Dunn | Add missing wxRichToolTip::SetTitleFont implementation. |
tree | commitdiff |
2012-06-06 |
Václav Slavík | wxHtmlHelpWindow: Fix contents panel syncing with view. |
tree | commitdiff |
2012-06-05 |
Robin Dunn | If there is a sizer then use it's calculated minimum... |
tree | commitdiff |
2012-06-05 |
Paul Cornett | Workaround for Ubuntu 12.04 run time warning |
tree | commitdiff |
2012-06-04 |
Paul Cornett | Fix layout of wxStaticText, and possibly other controls. |
tree | commitdiff |
2012-06-04 |
Julian Smart | Corrected collection of common attributes, for clashing... |
tree | commitdiff |
2012-06-03 |
Vadim Zeitlin | Implement support for wxRIBBON_PANEL_EXT_BUTTON wxRibbo... |
tree | commitdiff |
2012-06-03 |
Vadim Zeitlin | Add wxRibbonControl::GetAncestorRibbonBar() helper. |
tree | commitdiff |
2012-06-03 |
Vadim Zeitlin | Use wxString::t_str() in calls to Windows API functions... |
tree | commitdiff |
2012-06-03 |
Steve Lamerton | Use wxCOMPtr throughout wxWebViewIE to simplify the... |
tree | commitdiff |
2012-06-01 |
Vadim Zeitlin | Clear old selection when wxListBox becomes empty. |
tree | commitdiff |
2012-06-01 |
Vadim Zeitlin | Add wxMSW_CONV_LPCTSTR() and related macros and use... |
tree | commitdiff |
2012-06-01 |
Vadim Zeitlin | Compilation fix to wxWebView under wxOSX/Carbon after... |
tree | commitdiff |
2012-06-01 |
Vadim Zeitlin | Fix wxWebKitCtrl::RunScript() return value. |
tree | commitdiff |
2012-06-01 |
Vadim Zeitlin | Add support for CP1258 (Vietnamese) and CP1361 (Korean... |
tree | commitdiff |
2012-06-01 |
Vadim Zeitlin | Use "GBK" as alternative name for CP936 encoding. |
tree | commitdiff |
2012-06-01 |
Vadim Zeitlin | Keep user-set wxFrame background color even if MSW... |
tree | commitdiff |
2012-06-01 |
Vadim Zeitlin | Update old selections after clearing wxListBox in wxGTK. |
tree | commitdiff |
2012-06-01 |
Vadim Zeitlin | Use wxCLASSINFO() instead of deprecated CLASSINFO(). |
tree | commitdiff |
2012-06-01 |
Vadim Zeitlin | Use wxDynamicCast() instead of IsKindOf() checks. |
tree | commitdiff |
2012-06-01 |
Vadim Zeitlin | Remove unneeded dynamic cast in wxPropertyGrid. |
tree | commitdiff |
2012-06-01 |
Vadim Zeitlin | Remove unnecessary dynamic cast in wxComboPopupWindow. |
tree | commitdiff |
2012-06-01 |
Vadim Zeitlin | Don't reset previous window event handler in PopEventHa... |
tree | commitdiff |
2012-06-01 |
Vadim Zeitlin | Fix wxMac preprocessor check in wxWebView code. |
tree | commitdiff |
2012-06-01 |
Vadim Zeitlin | No changes, just refactor wxGrid::Render() to simplify it. |
tree | commitdiff |
2012-05-31 |
Paul Cornett | silence warning about converting NULL to wxUIntPtr |
tree | commitdiff |
2012-05-31 |
Paul Cornett | silence warning about __WXMSW__ not defined |
tree | commitdiff |
2012-05-30 |
Robin Dunn | A patch adding wxHTMLDataObject which can be used for... |
tree | commitdiff |
2012-05-30 |
Stefan Csomor | fixing build with wxUSE_PROTOCOL = 1 and wxUSE_SOCKETS = 0 |
tree | commitdiff |
2012-05-30 |
Robin Dunn | Adjust the client area origin and the client size of... |
tree | commitdiff |
2012-05-29 |
Stefan Csomor | adapting char event handling to msw / gtk, see #13415... |
tree | commitdiff |
2012-05-29 |
Stefan Csomor | clang compat. |
tree | commitdiff |
2012-05-29 |
Stefan Csomor | clang compat. |
tree | commitdiff |
2012-05-28 |
Vadim Zeitlin | Improve wxDatePickerCtrlGeneric best size calculation. |
tree | commitdiff |
2012-05-28 |
Vadim Zeitlin | Fix bug in wxAutomationObject introduced by r71574. |
tree | commitdiff |
2012-05-27 |
Vadim Zeitlin | Add wxGrid::Render() for drawing the grid to any wxDC. |
tree | commitdiff |
2012-05-27 |
Vadim Zeitlin | Add wxGrid::DrawRangeGridLines(). |
tree | commitdiff |
next |