2009-11-10 |
Paul Cornett | wxSpinCtrl values are always integral, they don't need... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Paul Cornett | wxSpinCtrl::SetIncrement is supposed to take an int... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Vadim Zeitlin | Fix discrepancy between different ways of measuring... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Vadim Zeitlin | Fix unit test added in r62561 to work under Windows... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Vadim Zeitlin | Remove unused anywhere wxDataViewRenderer::RightClick(). |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Vadim Zeitlin | Fix fatal bug when changing wxDataViewCtrl model in... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Vadim Zeitlin | No changes, just correct a recurring typo in "Override". |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Vadim Zeitlin | No changes, just regenerated with bakefile 0.2.8. |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Paul Cornett | avoid causing idle event from GetValue(), fixes #11013 |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Peter Cawley | Replaced hard-coded font size in ribbon art provider... |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Václav Slavík | document that wxMessageDialog API additions appeared... |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Kevin Ollivier | Make wxSTAY_ON_TOP and other window styles toggleable... |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Vadim Zeitlin | Recognize MSVC 10 in wx/platform.h. |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Vadim Zeitlin | Change interpretation of font height in wxMSW to mean... |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Vadim Zeitlin | Prefer to use standard selection colour in wxDataViewCu... |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Stefan Csomor | adding support for wxShowEvent |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Vadim Zeitlin | Compilation fix after r62562. |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Vadim Zeitlin | Change wxLongLongFmtSpec to be a non-wide string. |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Vadim Zeitlin | Recognize UNCs starting with forward slashes too in... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Vadim Zeitlin | No real changes, just correct "synonim" typo in comments. |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Vadim Zeitlin | Implement wxFindWindowAtPoint() correctly for wxOSX... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Kevin Ollivier | Create an autorelease pool to catch objects created... |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Vadim Zeitlin | Revert "trivial" change of r61772. |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Paul Cornett | work around probable bug in GTK+ 2.18 when calling... |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Vadim Zeitlin | Document wxDocument::SetDocumentSaved(). |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Jaakko Salli | Some wxComboCtrlBase member functions were enclosed... |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Michael Wetherell | Do trunk builds on ravnsgaard. |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Kevin Ollivier | Start on Get/SetStyle support for OS X Cocoa wxTextCtrl. |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Kevin Ollivier | wxColour -> NSColor conversion. |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Kevin Ollivier | NSFont -> wxFont conversion. |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Kevin Ollivier | Adding NSColor -> wxColour conversion. |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Kevin Ollivier | Bakefile 0.2.8 rebake. |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Kevin Ollivier | Update to Bakefile 0.2.8. |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Paul Cornett | make sure ShowWithoutActivating only takes effect once |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Vadim Zeitlin | Make public and document wxDataView{Index,Virtual}ListM... |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Vadim Zeitlin | Fix wx headers compilation in mingw32 strict ANSI mode. |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Vadim Zeitlin | No real changes, just fix a typo in wxDataViewModel... |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Vadim Zeitlin | Return the real column width from wxOSX wxDataViewColum... |
commit | commitdiff | tree | snapshot |
2009-10-30 |
Paul Cornett | implement ShowWithoutActivating for GTK+ |
commit | commitdiff | tree | snapshot |
2009-10-30 |
Kevin Ollivier | Compilation fix for last commit. |
commit | commitdiff | tree | snapshot |
2009-10-30 |
Kevin Ollivier | Initial ShowWithoutActivating implementations for Mac... |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Jouk Jansen | fixing wx/evtloop.h for gtk1 |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Jaakko Salli | Fixed backslash escaping in wxArrayStringProperty:... |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Jouk Jansen | omitting assert that makes no sense for OpenVMS |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Vadim Zeitlin | No changes, just add a comment to the button focus... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Vadim Zeitlin | Undo commit of test code accidentally checked in in... |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Paul Cornett | feature name must match description |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Vadim Zeitlin | Make wxDataViewModel::GetAttr() and GetAttrByRow()... |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Vadim Zeitlin | Add wxDataViewListModel base class for list models. |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Vadim Zeitlin | Create model and column in wxDataViewTreeCtrl::Create... |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Vadim Zeitlin | No real changes, just make wxDataViewCtrl::Init() priva... |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Stefan Csomor | support for auto-rotate on iphone |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Stefan Csomor | switching to explicit flush mode, otherwise clientdc... |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Vadim Zeitlin | Don't show anything in the cells which should be empty... |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Vadim Zeitlin | Add wxDataViewModel::HasValue(). |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Vadim Zeitlin | Use virtual items in wxDVC sample under Mac too. |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Vadim Zeitlin | Use virtual functions to convert NSObject to the correc... |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Vadim Zeitlin | Add wxDataViewModel::ChangeValue() and use it in wxDVC... |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Vadim Zeitlin | Rebaked using post-0.2.7 svn version of bakefile. |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Vadim Zeitlin | Use an even more informative error message in wxFSW... |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Vadim Zeitlin | Compilation fix for wxFileSystemWatcher in MSW STL... |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Jouk Jansen | Updating configuration for OpenVMS |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Vadim Zeitlin | Give more informative error in wxFSW test. |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Vadim Zeitlin | Fix g++ compilation of wxFileSystemWatcher test after... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Vadim Zeitlin | Fix wxFSW test compilation with VC6. |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Vadim Zeitlin | Compilation fix for PCH-less OS X build after wxFSW... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Vadim Zeitlin | Rebake everything using bakefile 0.2.7. |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Francesco Montorsi | update wxpresets for new osx_carbon and osx_cocoa names... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Vadim Zeitlin | Compilation fix for old SDK in wxFileSystemWatcher... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Vadim Zeitlin | Refactor wxEventLoopSource-related code. |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Vadim Zeitlin | Merge SOC2009_FSWATCHER branch into trunk. |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Vadim Zeitlin | Extract operator<<(ostream, wxFileName) from filename... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Vadim Zeitlin | Suppress VC6 warnings about non-DLL-exported class... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Vadim Zeitlin | Fix UseUintMax definition used by wxAny for VC6. |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Vadim Zeitlin | Suppress a warning in cppunit/extensions/ExceptionTestC... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Vadim Zeitlin | Remove unwanted solution files from the repository. |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Václav Slavík | Post-0.2.6 version of Bakefile is required. |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Jaakko Salli | Move in-cell property expander buttons slightly to... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Vadim Zeitlin | Add or fix descriptions of return values from SetFont... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Vadim Zeitlin | Don't include LDFLAGS in `wx-config --libs` output. |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Václav Slavík | added COMPILER_PREFIX support to wxpresets |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Vadim Zeitlin | Use portable comparison syntax in wx-config. |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Vadim Zeitlin | Define COMPILER_PREFIX as COMPILER if it's not defined. |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Vadim Zeitlin | Document wxRendererNative::DrawTitleBarBitmap() and... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Kevin Ollivier | Just doing a rebake of latest trunk. |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Mattia Barbon | Copy wxPerl notes from the LaTeX documentation. |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Vadim Zeitlin | Restore --debug wx-config option handling for pre-2... |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Paul Cornett | derive wxMask from wxMaskBase |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Vadim Zeitlin | Update column order in MSW native wxHeaderCtrl after... |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Vadim Zeitlin | Fix for windres flags used in Win64 mingw build. |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Jaakko Salli | Exposed wxPGCell to SWIG |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Vadim Zeitlin | Rewrite handling cell value changes in wxOSX/Cocoa... |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Vadim Zeitlin | No changes, just attempts to make the code more readable. |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Vadim Zeitlin | Fix crash when editing wxDVC items in place in wxOSX... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Vadim Zeitlin | Add ellipsization support to wxDataViewCtrl. |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Vadim Zeitlin | Rename wxEllipsizeFlags elements to avoid confusion... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Vadim Zeitlin | Improve wxCollapsiblePane appearance under OS X. |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Vadim Zeitlin | Don't use sunken border for the list control in log... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Vadim Zeitlin | Make assert in wxMSW wxListCtrl::InsertItem() more... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Jaakko Salli | Fix incorrect wxComboBox dropdown and closeup event... |
commit | commitdiff | tree | snapshot |
next |