2010-12-19 |
Vadim Zeitlin | Store menus titles in menus themselves in wxOSX. |
tree | commitdiff |
2010-12-17 |
Jaakko Salli | Add wxComboBox-compatible Popup() and Dismiss() functio... |
tree | commitdiff |
2010-12-17 |
Jaakko Salli | Add enough default arguments to one wxOwnerDrawnComboBo... |
tree | commitdiff |
2010-12-17 |
Jaakko Salli | Make the wxComboCtrl's wxTextEntry interface more compl... |
tree | commitdiff |
2010-12-16 |
Jaakko Salli | Resolve ambiguity with wxOwnerDrawnComboBox::Clear... |
tree | commitdiff |
2010-12-16 |
Jaakko Salli | Override wxTextEntry::GetSelection(long *from, long... |
tree | commitdiff |
2010-12-16 |
Jaakko Salli | Instead of having wxComboCtrl mimic wxTextEntry interfa... |
tree | commitdiff |
2010-12-14 |
Vadim Zeitlin | Make wxRefCounter non copyable. |
tree | commitdiff |
2010-12-13 |
Jaakko Salli | Have wxPropertyGrid::DoubleToString() to also take... |
tree | commitdiff |
2010-12-07 |
Stefan Csomor | adding support for layout coordinates via insets from... |
tree | commitdiff |
2010-12-04 |
Stefan Csomor | guarding against non-implemented parts |
tree | commitdiff |
2010-12-03 |
Vadim Zeitlin | Rename wxGenericDirCtrl::ExpandDir() to PopulateNode(). |
tree | commitdiff |
2010-12-03 |
Vadim Zeitlin | Update AUI bitmaps when its colours change. |
tree | commitdiff |
2010-12-03 |
Vadim Zeitlin | Fix wxRect::SetRightTop() which set the wrong corner. |
tree | commitdiff |
2010-12-01 |
Stefan Csomor | fixing missing return value |
tree | commitdiff |
2010-11-30 |
Jouk Jansen | Add mnemonics to wxGTK1 |
tree | commitdiff |
2010-11-30 |
Stefan Csomor | adding standard menu items for cocoa, adding translatio... |
tree | commitdiff |
2010-11-26 |
Vadim Zeitlin | Small bug fixes for GetLibraryVersionInfo() changes. |
tree | commitdiff |
2010-11-26 |
Vadim Zeitlin | Allow wxAutomationObject::GetInstance() create new... |
tree | commitdiff |
2010-11-26 |
Vadim Zeitlin | No real changes, just use ProgID term instead of incorr... |
tree | commitdiff |
2010-11-25 |
Stefan Csomor | led to build issues with xcode and graphics context |
tree | commitdiff |
2010-11-25 |
Vadim Zeitlin | Add wxVersionInfo and functions returning it for 3rd... |
tree | commitdiff |
2010-11-24 |
Vadim Zeitlin | Add support for negatable command line switches. |
tree | commitdiff |
2010-11-23 |
Robin Dunn | Use an enum for the colour/string conversion flags |
tree | commitdiff |
2010-11-22 |
Jaakko Salli | Have wxPropertyGridEditorEventForwarder::ProcessEvent... |
tree | commitdiff |
2010-11-22 |
Vadim Zeitlin | Fix wxUniv build after deriving wxStatusBar from wxControl. |
tree | commitdiff |
2010-11-22 |
Vadim Zeitlin | Don't try to center task dialogs under Windows. |
tree | commitdiff |
2010-11-22 |
Vadim Zeitlin | Make wxChoicebook background transparent. |
tree | commitdiff |
2010-11-22 |
Vadim Zeitlin | Deprecate not working wxSplitterWindow::SetSashSize(). |
tree | commitdiff |
2010-11-22 |
Vadim Zeitlin | Refactor wxStatusBar creation in wxMSW to do it in... |
tree | commitdiff |
2010-11-22 |
Vadim Zeitlin | Derive wxStatusBar from wxControl and not wxWindow. |
tree | commitdiff |
2010-11-20 |
Vadim Zeitlin | Don't keep entries for XRC resources that failed to... |
tree | commitdiff |
2010-11-19 |
Robin Dunn | Add a SetSize to wxSizeEvent |
tree | commitdiff |
2010-11-17 |
Paul Cornett | remove const from by-value return type, it's useless |
tree | commitdiff |
2010-11-17 |
Vadim Zeitlin | Simplify wxMSW wxMenuBar title management. |
tree | commitdiff |
2010-11-16 |
Vadim Zeitlin | Correct form of mnemonics returned by wxGTK wxMenu... |
tree | commitdiff |
2010-11-16 |
Vadim Zeitlin | Emphasize that wxUSE_DYNLIB_CLASS shouldn't be disabled... |
tree | commitdiff |
2010-11-16 |
Vadim Zeitlin | Correct checks for wxUSE_PRINTING_ARCHITECTURE and... |
tree | commitdiff |
2010-11-16 |
Vadim Zeitlin | No changes, just refactor common code in wxImage clonin... |
tree | commitdiff |
2010-11-14 |
Vadim Zeitlin | Fix spurious errors when writing to the child process... |
tree | commitdiff |
2010-11-14 |
Vadim Zeitlin | Add wxFile::{Get,Clear}LastError() functions. |
tree | commitdiff |
2010-11-14 |
Vadim Zeitlin | Add wxImage::Rotate180() function. |
tree | commitdiff |
2010-11-13 |
Vadim Zeitlin | Fix resizing of wxGrid columns when they were reordered. |
tree | commitdiff |
2010-11-11 |
Vadim Zeitlin | Initialize wxCSConv immediately instead of deferring it. |
tree | commitdiff |
2010-11-11 |
Vadim Zeitlin | Fix typo in error message given if wxUSE_CAIRO is undef... |
tree | commitdiff |
2010-11-10 |
Vadim Zeitlin | Implement bitmap mask copying in wxX11. |
tree | commitdiff |
2010-11-10 |
Vadim Zeitlin | Use Cairo for wxGraphicsContext in wxX11. |
tree | commitdiff |
2010-11-10 |
Vadim Zeitlin | Fix signed/unsigned comparison warnings in wxUniv wxNot... |
tree | commitdiff |
2010-11-10 |
Vadim Zeitlin | Fix wxGLCanvas compilation with wxUSE_PALETTE==0. |
tree | commitdiff |
2010-11-10 |
Vadim Zeitlin | Fix wxStandardDialogLayoutAdapter compilation with... |
tree | commitdiff |
2010-11-10 |
Vadim Zeitlin | Make wxBitmap::ConvertToDisabled() available in all... |
tree | commitdiff |
2010-11-09 |
Vadim Zeitlin | Fix preprocessor definitions for wxBase build under... |
tree | commitdiff |
2010-11-09 |
Vadim Zeitlin | Remove non-existent functions declarations from wxOSX... |
tree | commitdiff |
2010-11-07 |
Vadim Zeitlin | Don't require skipping "page changed" event in wxMSW... |
tree | commitdiff |
2010-11-07 |
Vadim Zeitlin | Add support for id ranges to XRC. |
tree | commitdiff |
2010-11-07 |
Vadim Zeitlin | Make wxXmlResource::ReportError() wxXmlNode parameter... |
tree | commitdiff |
2010-11-07 |
Peter Cawley | Add support for toggle buttons to wxRibbonButtonBar. |
tree | commitdiff |
2010-11-07 |
Vadim Zeitlin | Fix build with Borland C++ compiler. |
tree | commitdiff |
2010-11-07 |
Vadim Zeitlin | Update all windows associated with the tooltip when... |
tree | commitdiff |
2010-11-06 |
Peter Cawley | Improve behaviour of scrolling through a ribbon gallery. |
tree | commitdiff |
2010-11-05 |
Vadim Zeitlin | Remove trailing comma from an enum. |
tree | commitdiff |
2010-11-03 |
Vadim Zeitlin | Add wxAuiPaneInfo::IsDockable(). |
tree | commitdiff |
2010-11-02 |
Václav Slavík | Fix compilation error in wxImplicitConversionType<... |
tree | commitdiff |
2010-11-02 |
Vadim Zeitlin | Refactor: extract code to make an fd non-clocking into... |
tree | commitdiff |
2010-11-02 |
Vadim Zeitlin | Changed wxImage::ConvertAlphaToMask() return type to... |
tree | commitdiff |
2010-10-31 |
Vadim Zeitlin | Avoid events when implicitly selecting first wxBookCtrl... |
tree | commitdiff |
2010-10-30 |
Vadim Zeitlin | Allow creating DIBs storing pixels in non-premultiplied... |
tree | commitdiff |
2010-10-30 |
Vadim Zeitlin | Make it impossible to initialize AutoHBITMAP after... |
tree | commitdiff |
2010-10-30 |
Vadim Zeitlin | Fix fatal bug in wxGetWindowFromHWND() for radio buttons. |
tree | commitdiff |
2010-10-30 |
Vadim Zeitlin | Fix confusion with LOGFONT{A,W} parameters to MSW GetTh... |
tree | commitdiff |
2010-10-30 |
Václav Slavík | Add wxDataViewRendererBase::PrepareForItem() helper. |
tree | commitdiff |
2010-10-30 |
Václav Slavík | Account for text attrs in generic wxDataViewCtrl's... |
tree | commitdiff |
2010-10-30 |
Václav Slavík | Add optional columns autosizing to wxDataViewCtrl. |
tree | commitdiff |
2010-10-30 |
Václav Slavík | Add wxRenderer::GetHeaderButtonMargin(). |
tree | commitdiff |
2010-10-28 |
Vadim Zeitlin | Relax validation of wxCheckBox flags. |
tree | commitdiff |
2010-10-28 |
Vadim Zeitlin | Improve positioning of wxSlider min/max labels in wxMSW. |
tree | commitdiff |
2010-10-28 |
Vadim Zeitlin | wxOSX/Carbon compilation fix after wxListBoxBase changes. |
tree | commitdiff |
2010-10-27 |
Vadim Zeitlin | Don't duplicate event sending code in wxGTK wxListBox. |
tree | commitdiff |
2010-10-27 |
Vadim Zeitlin | Don't send SELECTED events for an already selected... |
tree | commitdiff |
2010-10-27 |
Vadim Zeitlin | wxOSX compilation fix: remove just added extra semicolon. |
tree | commitdiff |
2010-10-27 |
Vadim Zeitlin | Fix warnings about signed/unsigned comparisons inside... |
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-26 |
Vadim Zeitlin | Compilation fix for wxUSE_UNICODE_WCHAR && !wxUSE_STL_B... |
tree | commitdiff |
2010-10-25 |
Václav Slavík | Make wxMin, wxMax and wxClip template functions. |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Make wxUString compilable with VC6. |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Add wxDocManager::FindTemplate() method. |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Don't handle RPC_E_CHANGED_MODE return of OleInitialize... |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | No real changes, just cleanup week days handling in... |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Keep displayed month and year in sync in wxGenericCalen... |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | No real changes, just inline wxDIB::Create(). |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Remove wxDIB::m_hasAlpha from wxMSW. |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Add support for specifying child process cwd and env... |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Make it easier to define custom wxSizerXmlHandler subcl... |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Make wxXmlResourceHandler::IsOfClass() static. |
tree | commitdiff |
2010-10-23 |
Vadim Zeitlin | Add wxIcon::GetSize() to wxIcon in wxOSX. |
tree | commitdiff |
2010-10-23 |
Vadim Zeitlin | Add XRC handler for wxToolbook. |
tree | commitdiff |
2010-10-23 |
Vadim Zeitlin | Added wxThread::OnKill() and OnDelete() callbacks. |
tree | commitdiff |
2010-10-22 |
Vadim Zeitlin | Added "rest" argument to wxString::Before{First,Last}(). |
tree | commitdiff |
2010-10-21 |
Vadim Zeitlin | Add missing comparison operator declarations in wxStrin... |
tree | commitdiff |
next |