2009-12-22 |
Michael Wetherell | Add support for large stdio files for VC 8+. What versi... |
tree | commitdiff |
2009-12-21 |
Jaakko Salli | Added wxMSW wxChoice::GetClassDefaultAttributes(),... |
tree | commitdiff |
2009-12-19 |
Vadim Zeitlin | Use correct width in wxDataViewCustomRendererBase:... |
tree | commitdiff |
2009-12-18 |
Jaakko Salli | Have wxComboCtrl honour any custom foreground and backg... |
tree | commitdiff |
2009-12-17 |
Vadim Zeitlin | Correct wxDateTime::GetWeekOfMonth() for days in the... |
tree | commitdiff |
2009-12-16 |
Paul Cornett | preserve type when loaded image is rescaled, #11543 |
tree | commitdiff |
2009-12-15 |
Václav Slavík | compilation fix for wxUSE_IMAGE=0 caseinclude/wx/iconbndl.h |
tree | commitdiff |
2009-12-10 |
Vadim Zeitlin | Add support for stretchable spaces to wxToolBar. |
tree | commitdiff |
2009-12-10 |
Vadim Zeitlin | No changes, just slightly simplify the tool insertion... |
tree | commitdiff |
2009-12-09 |
Vadim Zeitlin | Avoid outputting the assert message twice in non-GUI... |
tree | commitdiff |
2009-12-09 |
Vadim Zeitlin | Better handling for asserts in non-main threads. |
tree | commitdiff |
2009-12-09 |
Vadim Zeitlin | STL build compilation fix. |
tree | commitdiff |
2009-12-09 |
Stefan Csomor | avoiding string conversions on 1st param of wxStat... |
tree | commitdiff |
2009-12-09 |
Stefan Csomor | using on all OSX variants |
tree | commitdiff |
2009-12-08 |
Vadim Zeitlin | Implement wxWindow::DoGetBorderSize() in the trivial... |
tree | commitdiff |
2009-12-08 |
Vadim Zeitlin | Fix unused parameter warning after last commit (r62818). |
tree | commitdiff |
2009-12-08 |
Vadim Zeitlin | Fix event object in wxSysColourChangedEvent. |
tree | commitdiff |
2009-12-08 |
Vadim Zeitlin | Don't set the initial size as minimal size for top... |
tree | commitdiff |
2009-12-07 |
Vadim Zeitlin | Set initial window size as its minimal size. |
tree | commitdiff |
2009-12-07 |
Vadim Zeitlin | Reset wxTheApp when starting to destroy the object... |
tree | commitdiff |
2009-12-07 |
Julian Smart | Don't crash if no document |
tree | commitdiff |
2009-12-07 |
Julian Smart | Safer access of member variables |
tree | commitdiff |
2009-12-06 |
Vadim Zeitlin | Restore TAB in accelerator string wrong removed by... |
tree | commitdiff |
2009-12-06 |
Vadim Zeitlin | Correct two bugs in wxMBConv::FromWChar() with non... |
tree | commitdiff |
2009-12-06 |
Vadim Zeitlin | Use wxAcceleratorEntry::ToString() for undo/redo accele... |
tree | commitdiff |
2009-12-05 |
Paul Cornett | minor cleanup |
tree | commitdiff |
2009-12-05 |
Paul Cornett | remove unused variables, minor cleanup |
tree | commitdiff |
2009-12-05 |
Vadim Zeitlin | Add support for MSW unique volume names to wxFileName. |
tree | commitdiff |
2009-12-05 |
Vadim Zeitlin | Fix wxLogChain (and wxLogWindow deriving from it) broke... |
tree | commitdiff |
2009-12-02 |
Paul Cornett | make array data fully const |
tree | commitdiff |
2009-11-28 |
Vadim Zeitlin | Allow calling wxStrchr() with a narrow string and wide... |
tree | commitdiff |
2009-11-28 |
Vadim Zeitlin | Define INVALID_FILE_ATTRIBUTES in filename.cpp too. |
tree | commitdiff |
2009-11-28 |
Vadim Zeitlin | Implement wx{File,Dir}Exists() in terms of wxFileName... |
tree | commitdiff |
2009-11-26 |
Vadim Zeitlin | Make wxFileDialog::Set/SetPath() behave consistently. |
tree | commitdiff |
2009-11-26 |
Vadim Zeitlin | Don't set wxTextAttr font family to invalid value. |
tree | commitdiff |
2009-11-26 |
Vadim Zeitlin | No changes, just avoid overriding GetNativeFontInfoDesc... |
tree | commitdiff |
2009-11-24 |
Vadim Zeitlin | Don't change file access time implicitly when setting... |
tree | commitdiff |
2009-11-18 |
Kevin Ollivier | Forward port of r60190 (wxMSW Cairo support) to trunk. |
tree | commitdiff |
2009-11-18 |
Vadim Zeitlin | Suppress harmless g++ warnings about converting float... |
tree | commitdiff |
2009-11-18 |
Vadim Zeitlin | Fix handling of invalid paths with multiple columns... |
tree | commitdiff |
2009-11-14 |
Vadim Zeitlin | No real changes, just remove the ugly CONST_CAST macro. |
tree | commitdiff |
2009-11-14 |
Vadim Zeitlin | Restore the use of correct alignment in wxDVC renderers. |
tree | commitdiff |
2009-11-13 |
Robert Roebling | Implement and document wxDataViewTreeCtrl::IsContainer... |
tree | commitdiff |
2009-11-13 |
Robert Roebling | Correct sorting in wxDataViewTreeStore, fixes #11436... |
tree | commitdiff |
2009-11-10 |
Vadim Zeitlin | Fix width of the wxDataViewTreeCtrl column under OSX... |
tree | commitdiff |
2009-11-10 |
Vadim Zeitlin | Allow custom wxDataViewCtrl renderers to easily use... |
tree | commitdiff |
2009-11-05 |
Vadim Zeitlin | Recognize UNCs starting with forward slashes too in... |
tree | commitdiff |
2009-11-02 |
Jaakko Salli | Some wxComboCtrlBase member functions were enclosed... |
tree | commitdiff |
2009-10-31 |
Vadim Zeitlin | No real changes, just fix a typo in wxDataViewModel... |
tree | commitdiff |
2009-10-28 |
Jouk Jansen | omitting assert that makes no sense for OpenVMS |
tree | commitdiff |
2009-10-24 |
Vadim Zeitlin | Add wxDataViewListModel base class for list models. |
tree | commitdiff |
2009-10-24 |
Vadim Zeitlin | Create model and column in wxDataViewTreeCtrl::Create... |
tree | commitdiff |
2009-10-24 |
Stefan Csomor | switching to explicit flush mode, otherwise clientdc... |
tree | commitdiff |
2009-10-23 |
Vadim Zeitlin | Add wxDataViewModel::ChangeValue() and use it in wxDVC... |
tree | commitdiff |
2009-10-22 |
Vadim Zeitlin | Refactor wxEventLoopSource-related code. |
tree | commitdiff |
2009-10-22 |
Vadim Zeitlin | Merge SOC2009_FSWATCHER branch into trunk. |
tree | commitdiff |
2009-10-22 |
Vadim Zeitlin | Fix UseUintMax definition used by wxAny for VC6. |
tree | commitdiff |
2009-10-16 |
Vadim Zeitlin | Add ellipsization support to wxDataViewCtrl. |
tree | commitdiff |
2009-10-16 |
Vadim Zeitlin | Rename wxEllipsizeFlags elements to avoid confusion... |
tree | commitdiff |
2009-10-14 |
Vadim Zeitlin | Fixes to comparison operators for wxDVC classes. |
tree | commitdiff |
2009-10-09 |
Vadim Zeitlin | Don't add default extension in wxDocument::SaveAs(). |
tree | commitdiff |
2009-10-09 |
Vadim Zeitlin | Removed wxFont::Set/GetNoAntiAliasing() implementations. |
tree | commitdiff |
2009-10-08 |
Jouk Jansen | OpenVMS : add compile support for debugrpt sample |
tree | commitdiff |
2009-10-06 |
Jouk Jansen | adding dataview sample to OpenVMS make cascade |
tree | commitdiff |
2009-10-06 |
Jouk Jansen | OpenVMS compile support : adding more samples for wxGTK |
tree | commitdiff |
2009-10-06 |
Jouk Jansen | Adding regex support for wxMOTIF for OpenVMS |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Refactor initialization code in wxTopLevelWindowMSW... |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Don't use the current size in DoGetBestSize() by default. |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Return smaller images for wxART_MENU/BUTTON under OS X. |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Added wxART_CLOSE art id. |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Added wxArtProvider::GetMessageBoxIconId(). |
tree | commitdiff |
2009-10-05 |
Jouk Jansen | set up for OpenVMS richtext & regex and add more sample... |
tree | commitdiff |
2009-10-04 |
Jaakko Salli | Changed the ultimate fall-back popup window classes... |
tree | commitdiff |
2009-10-03 |
Jaakko Salli | Added wxDECLARE_ANY_TYPE(CLS, DECL) and documented... |
tree | commitdiff |
2009-10-02 |
Jouk Jansen | Fix compilation for wxUniversal |
tree | commitdiff |
2009-09-30 |
Vadim Zeitlin | Correct checks for conversion success in wxUniChar. |
tree | commitdiff |
2009-09-29 |
Jaakko Salli | Removed dst buffer delete responsibility from wxAnyValu... |
tree | commitdiff |
2009-09-26 |
Julian Smart | Applied modified #10655 (Added Cookie (receive) support... |
tree | commitdiff |
2009-09-26 |
Vadim Zeitlin | Move wxControl::GetCompositeControlsDefaultAttributes... |
tree | commitdiff |
2009-09-26 |
Vadim Zeitlin | Don't use invalid pen in wxDCImpl::DoGradientFillConcen... |
tree | commitdiff |
2009-09-26 |
Vadim Zeitlin | Fix another off-by-1 bug in wxMBConv::ToWChar(). |
tree | commitdiff |
2009-09-26 |
Vadim Zeitlin | Refactor wxStyledTextCtrl to share common file save... |
tree | commitdiff |
2009-09-26 |
Vadim Zeitlin | Compilation fix for non-MSW: don't use ProcessCommand(). |
tree | commitdiff |
2009-09-26 |
Jaakko Salli | Have wxComboCtrl generate wxEVT_COMMAND_COMBOBOX_DROPDO... |
tree | commitdiff |
2009-09-24 |
Julian Smart | Applied part of #10034: wxImage::ConvertToDisabled() |
tree | commitdiff |
2009-09-24 |
Julian Smart | Applied #9668: made wxGetTimeZone() dynamic |
tree | commitdiff |
2009-09-24 |
Julian Smart | Applied #10892: Remove wxDocManager instance check |
tree | commitdiff |
2009-09-24 |
Julian Smart | wxTextCtrl::LoadFile no longer sends a text event,... |
tree | commitdiff |
2009-09-24 |
Julian Smart | Applied #10828 (Hourglass in wxDocManager::OnPreview) |
tree | commitdiff |
2009-09-24 |
Julian Smart | Applied: wxDocument: Adding an asterix to the title |
tree | commitdiff |
2009-09-22 |
Vadim Zeitlin | Define wxSetDetectableAutoRepeat() for X11-based ports... |
tree | commitdiff |
2009-09-22 |
Vadim Zeitlin | Move wxSetDetectableAutoRepeat() to a section compiled... |
tree | commitdiff |
2009-09-21 |
Vadim Zeitlin | Restore socket initialization times counter. |
tree | commitdiff |
2009-09-21 |
Vadim Zeitlin | Don't call wxSocketBase::IsInitialized() from worker... |
tree | commitdiff |
2009-09-21 |
Stefan Csomor | on iPhone default is to cover entire screen |
tree | commitdiff |
2009-09-21 |
Stefan Csomor | fixing cast warnings on OSX 10.6 |
tree | commitdiff |
2009-09-21 |
Vadim Zeitlin | wxSocket::Initialize() and Shutdown() are for main... |
tree | commitdiff |
2009-09-20 |
Vadim Zeitlin | Put wxAny implementation entirely in the header. |
tree | commitdiff |
2009-09-19 |
Vadim Zeitlin | Set svn properties correctly for the newly added files. |
tree | commitdiff |
2009-09-19 |
Jaakko Salli | wxAny initial commit (closes #10932) |
tree | commitdiff |
next |