2012-09-19 |
Robin Dunn | Add define for MAC_OS_X_VERSION_10_7 if there isn't... |
tree | commitdiff |
2012-09-18 |
Vadim Zeitlin | More s/loose/lose/ in wxEncodingConverter comments. |
tree | commitdiff |
2012-09-17 |
Dimitri Schoolwerth | Set svn properties on recently added files. |
tree | commitdiff |
2012-09-17 |
Vadim Zeitlin | No changes, just fix some typos in the comments in... |
tree | commitdiff |
2012-09-15 |
Vadim Zeitlin | No changes, just silence some MSVC 11 static analyzer... |
tree | commitdiff |
2012-09-15 |
Vadim Zeitlin | Add help button support to wxRibbonBar. |
tree | commitdiff |
2012-09-15 |
Vadim Zeitlin | No real changes, just slightly simplify wxSVGFileDCImpl... |
tree | commitdiff |
2012-09-15 |
Vadim Zeitlin | Preserve size of wxGrid rows/columns when hiding and... |
tree | commitdiff |
2012-09-15 |
Vadim Zeitlin | Handle underlined and strikethrough attributes in wxGTK... |
tree | commitdiff |
2012-09-15 |
Vadim Zeitlin | Take into account wxFONTFLAG_STRIKETHROUGH in wxGTK... |
tree | commitdiff |
2012-09-13 |
Vadim Zeitlin | Relax wxMessageDialog style checks, assume wxOK by... |
tree | commitdiff |
2012-09-13 |
Vadim Zeitlin | Add wxBITMAP_PNG() macro similar to wxBITMAP() but... |
tree | commitdiff |
2012-09-13 |
Vadim Zeitlin | Add wxBitmap::NewFromPNGData() for creating bitmaps... |
tree | commitdiff |
2012-09-13 |
Vadim Zeitlin | Don't ignore invalid files entered into wxFileDirPicker... |
tree | commitdiff |
2012-09-13 |
Vadim Zeitlin | Extract "Close" button creation from wxInfoBarGeneric... |
tree | commitdiff |
2012-09-13 |
Vadim Zeitlin | Change wxMSW-specific wxLoadUserResource() to accept... |
tree | commitdiff |
2012-09-13 |
Vadim Zeitlin | Fix setting colours for the edit control part of wxComb... |
tree | commitdiff |
2012-09-12 |
Julian Smart | Added support for wxTEXT_ATTR_EFFECT_SMALL_CAPITALS. |
tree | commitdiff |
2012-09-11 |
Steve Lamerton | Add generic wxFileSystem support to wxWebView using... |
tree | commitdiff |
2012-09-10 |
Steve Lamerton | Move wxWebViewIE missing definitions to webview_missing... |
tree | commitdiff |
2012-09-09 |
Vadim Zeitlin | Remove workarounds for wxTextCtrl::SetValue() events... |
tree | commitdiff |
2012-09-09 |
Vadim Zeitlin | Simplify and correct setting of initial directory for... |
tree | commitdiff |
2012-09-09 |
Vadim Zeitlin | Don't try to determine the clicked item ourselves in... |
tree | commitdiff |
2012-09-08 |
Vadim Zeitlin | Fix narrow/wide string concatenation in recently added... |
tree | commitdiff |
2012-09-08 |
Vadim Zeitlin | Check validity of wxSizerFlags::Border() direction... |
tree | commitdiff |
2012-09-08 |
Václav Slavík | Add MUI_LANGUAGE_NAME to wx/msw/missing.h. |
tree | commitdiff |
2012-09-08 |
Václav Slavík | Add wxTranslations::GetBestTranslation(). |
tree | commitdiff |
2012-09-01 |
Vadim Zeitlin | Fix wxVLogStatus definition. |
tree | commitdiff |
2012-08-30 |
Vadim Zeitlin | Add wxSpinCtrl::SetBase() to allow entering hexadecimal... |
tree | commitdiff |
2012-08-30 |
Vadim Zeitlin | Remove wxOSX implementation of wxSpinCtrl and use the... |
tree | commitdiff |
2012-08-30 |
Vadim Zeitlin | Refactor text to/from double conversion in wxSpinCtrlGe... |
tree | commitdiff |
2012-08-30 |
Vadim Zeitlin | Remove wxRTTI macros from wxSpinCtrlGTKBase. |
tree | commitdiff |
2012-08-30 |
Vadim Zeitlin | Added wxSimplebook class: a wxBookCtrl without controller. |
tree | commitdiff |
2012-08-30 |
Vadim Zeitlin | Virtualize showing/hiding the pages in wxBookCtrlBase. |
tree | commitdiff |
2012-08-30 |
Vadim Zeitlin | Use wmain() if supported by the compiler/CRT instead... |
tree | commitdiff |
2012-08-29 |
Stefan Csomor | add global NSLayoutManager instance |
tree | commitdiff |
2012-08-28 |
Steve Lamerton | Add support for searching and highlighting a wxWebView. |
tree | commitdiff |
2012-08-15 |
Vadim Zeitlin | Add page highlighting to wxRibbonBar. |
tree | commitdiff |
2012-08-15 |
Vadim Zeitlin | Respect item max sizes in wxBoxSizer. |
tree | commitdiff |
2012-08-15 |
Vadim Zeitlin | No real changes, just add wxSizerItem::AddBorderToSize... |
tree | commitdiff |
2012-08-15 |
Vadim Zeitlin | Add wxSize::DecToIfSpecified() helper. |
tree | commitdiff |
2012-08-15 |
Vadim Zeitlin | Restore the use of wxListCtrl in report view in wxListbook. |
tree | commitdiff |
2012-08-14 |
Robin Dunn | fix some compile warnings |
tree | commitdiff |
2012-08-14 |
Robin Dunn | Update the wxVersionInfo, and don't forget to initializ... |
tree | commitdiff |
2012-08-14 |
Robin Dunn | Update new names to conform, add new event types and... |
tree | commitdiff |
2012-08-14 |
Robin Dunn | Minimal tweaks and additions to get wxSTC compiling... |
tree | commitdiff |
2012-08-11 |
Stefan Csomor | adding SetLabel -> SetTitle redirects, solves missing... |
tree | commitdiff |
2012-08-09 |
Václav Slavík | Show progress of printing in wxMSW. |
tree | commitdiff |
2012-08-09 |
Václav Slavík | Return wxPrintAbortDialog from CreateAbortWindow(). |
tree | commitdiff |
2012-08-09 |
Václav Slavík | Create wxPrintAbortDialog more sensibly. |
tree | commitdiff |
2012-08-06 |
Vadim Zeitlin | A better fix for wxHash{Map,Set} with g++ 4.7. |
tree | commitdiff |
2012-08-05 |
Vadim Zeitlin | Fix wxAutomationObject compilation in PCH-less build. |
tree | commitdiff |
2012-08-05 |
Vadim Zeitlin | Add webview library in MSVC-specific setup.h. |
tree | commitdiff |
2012-08-03 |
Vadim Zeitlin | Make wxGraphicsContext::GetSize() const. |
tree | commitdiff |
2012-08-03 |
Vadim Zeitlin | Make wxRect2D::Get{Position,Size}() const. |
tree | commitdiff |
2012-08-02 |
Robin Dunn | Have wxDCImpl::GetHandle return NULL by default instead... |
tree | commitdiff |
2012-07-31 |
Vadim Zeitlin | Fix comparisons of char and wchar_t with wxUniChar... |
tree | commitdiff |
2012-07-31 |
Vadim Zeitlin | Allow setting LCID used by wxAutomationObject. |
tree | commitdiff |
2012-07-30 |
Vadim Zeitlin | Use (newly) added wxStaticCastVariantData() to fix... |
tree | commitdiff |
2012-07-30 |
Vadim Zeitlin | Add expand/collapse button to wxRibbonBar. |
tree | commitdiff |
2012-07-29 |
Vadim Zeitlin | Remove workaround for slow scrolling in wxStyledTextCtrl. |
tree | commitdiff |
2012-07-29 |
Vadim Zeitlin | Generate clipboard events for wxComboBox in wxGTK too. |
tree | commitdiff |
2012-07-29 |
Vadim Zeitlin | Revert HasModifiers() change in behaviour, add HasAnyMo... |
tree | commitdiff |
2012-07-29 |
Vadim Zeitlin | Add a wxGTK-specific function to set wxNotificationMess... |
tree | commitdiff |
2012-07-28 |
Robin Dunn | Add GetHandle for wxGnomePrinterDCImpl |
tree | commitdiff |
2012-07-28 |
Robin Dunn | wxDC::GetHandle support for wxGTK |
tree | commitdiff |
2012-07-28 |
Robin Dunn | wxDC::GetHandle support for wxMSW |
tree | commitdiff |
2012-07-28 |
Robin Dunn | Adding wxDC::GetHandle for wxOSX-cocoa and wxOSX-carbon |
tree | commitdiff |
2012-07-27 |
Vadim Zeitlin | Implement wxNotificationMessage using libnotify in... |
tree | commitdiff |
2012-07-27 |
Vadim Zeitlin | Add a private wrapper for GError to wxGTK. |
tree | commitdiff |
2012-07-24 |
Vadim Zeitlin | Add wxWebView::GetNativeBackend() method. |
tree | commitdiff |
2012-07-24 |
Vadim Zeitlin | Don't eagerly set wxKeyEvent position fields. |
tree | commitdiff |
2012-07-24 |
Vadim Zeitlin | Extract OS X non-GUI event loop in a separate header. |
tree | commitdiff |
2012-07-24 |
Vadim Zeitlin | Add wxDir::Close(). |
tree | commitdiff |
2012-07-24 |
Vadim Zeitlin | Refactor: extract GtkScrolledWindow creation from wxWin... |
tree | commitdiff |
2012-07-24 |
Vadim Zeitlin | No real changes, just avoid overloaded virtual wxWebVie... |
tree | commitdiff |
2012-07-23 |
Vadim Zeitlin | Fix wxMSW wxTextEntry compilation in wxUSE_DYNLIB_CLASS... |
tree | commitdiff |
2012-07-23 |
Vadim Zeitlin | Use __DARWIN__ instead of __WXOSX__ in non-GUI code. |
tree | commitdiff |
2012-07-23 |
Vadim Zeitlin | Define wxGUIAppTraits for wxGTK/Windows port. |
tree | commitdiff |
2012-07-23 |
Vadim Zeitlin | Fix crash on wxWebViewWebKit window destruction. |
tree | commitdiff |
2012-07-20 |
Vadim Zeitlin | No changes, just fix some typos in comments. |
tree | commitdiff |
2012-07-20 |
Vadim Zeitlin | Use both URL-specific and plain text formats in wxGTK... |
tree | commitdiff |
2012-07-15 |
Julian Smart | Added continuation bullet style for supporting multiple... |
tree | commitdiff |
2012-07-14 |
Vadim Zeitlin | Add support for CURRENCY and SCODE to MSW OLE helpers. |
tree | commitdiff |
2012-07-13 |
Paul Cornett | avoid creating and immediately destroying a wxGraphicsC... |
tree | commitdiff |
2012-07-13 |
Vadim Zeitlin | Rename wxFileSystemWatcherBase::DoAdd() to AddAny(... |
tree | commitdiff |
2012-07-13 |
Vadim Zeitlin | Add possibility to hide and show again wxRibbonBar... |
tree | commitdiff |
2012-07-11 |
Paul Cornett | Avoid creating and immediately destroying a wxGraphicsC... |
tree | commitdiff |
2012-07-10 |
Vadim Zeitlin | Fix wxNativeContainerWindowId definition for wxGTK... |
tree | commitdiff |
2012-07-10 |
Vadim Zeitlin | Forbid setting hints for multi-line text controls. |
tree | commitdiff |
2012-07-10 |
Vadim Zeitlin | Use the same console event loop in wxBase and wxCore... |
tree | commitdiff |
2012-07-10 |
Vadim Zeitlin | Increase version to 2.9.5. |
tree | commitdiff |
2012-07-10 |
Paul Cornett | remove DoSetSize override, unneeded after r72001 |
tree | commitdiff |
2012-07-10 |
Paul Cornett | update minimum GTK2 version requirement to 2.6 |
tree | commitdiff |
2012-07-10 |
Robin Dunn | Make a couple virtuals protected so they can be overridden. |
tree | commitdiff |
2012-07-08 |
Robin Dunn | Revert r71595 for now, as the bug it fixed is the lesse... |
tree | commitdiff |
2012-07-07 |
Vadim Zeitlin | Replace "_amd64" with "_x64" in a few more places. |
tree | commitdiff |
2012-07-07 |
Vadim Zeitlin | Explicitly call base class ctor in wxRichTextFieldType... |
tree | commitdiff |
2012-07-07 |
Vadim Zeitlin | Return correct index from wxGenericListCtrl::InsertColu... |
tree | commitdiff |
2012-07-04 |
Vadim Zeitlin | Use list mode in wxListbook list control instead of... |
tree | commitdiff |
next |