2011-07-30 |
Vadim Zeitlin | Fix off by one error in wxTextCtrl::GetLineLength(...
|
commit | commitdiff | tree |
2011-07-30 |
Vadim Zeitlin | Fix stock accelerators handling in wxOSX.
|
commit | commitdiff | tree |
2011-07-30 |
Vadim Zeitlin | Emphasize that wxStandardPaths must not be created...
|
commit | commitdiff | tree |
2011-07-30 |
Vadim Zeitlin | Get rid of ugly wxCONTROL_ITEMCONTAINER_CLIENTDATAOBJECT_REC...
|
commit | commitdiff | tree |
2011-07-30 |
Vadim Zeitlin | Resolve ambiguity between GetClientXXX() methods in...
|
commit | commitdiff | tree |
2011-07-29 |
Vadim Zeitlin | Add wxTextCtrl::PositionToCoords() functions for wxMSW...
|
commit | commitdiff | tree |
2011-07-26 |
Vadim Zeitlin | Mention wxGTK wxAnimation implementation limitations...
|
commit | commitdiff | tree |
2011-07-26 |
Vadim Zeitlin | Compilation fix: include wx/event.h from wx/containr.h.
|
commit | commitdiff | tree |
2011-07-24 |
Vadim Zeitlin | No changes, just remove unnecessary wxPickerBase::OnSize().
|
commit | commitdiff | tree |
2011-07-24 |
Vadim Zeitlin | Exclude windows not accepting keyboard focus from GTK...
|
commit | commitdiff | tree |
2011-07-24 |
Vadim Zeitlin | Replace wxControlContainer-related macros with wxNavigationE...
|
commit | commitdiff | tree |
2011-07-24 |
Vadim Zeitlin | Don't give focus to wxSearchButton when using keyboard...
|
commit | commitdiff | tree |
2011-07-24 |
Vadim Zeitlin | Use wxNavigationEnabled<> for keyboard navigation in...
|
commit | commitdiff | tree |
2011-07-24 |
Vadim Zeitlin | Add wxNavigationEnabled<> helper for implementing TAB...
|
commit | commitdiff | tree |
2011-07-24 |
Vadim Zeitlin | Ignore WM_CLOSE generated by wxMSW edit control when...
|
commit | commitdiff | tree |
2011-07-23 |
Vadim Zeitlin | Mention that pages can't be added to wxBookCtrl more...
|
commit | commitdiff | tree |
2011-07-23 |
Vadim Zeitlin | Don't try to pop from an empty stack in wxGDIPlusContext...
|
commit | commitdiff | tree |
2011-07-23 |
Vadim Zeitlin | Remove mentions of wxCommandEvent from wxThreadEvent...
|
commit | commitdiff | tree |
2011-07-23 |
Vadim Zeitlin | Don't create an unnecessary extra button in wxMSW wxProgress...
|
commit | commitdiff | tree |
2011-07-22 |
Vadim Zeitlin | Set wxDidCreatePaintDC to true even if we reused a...
|
commit | commitdiff | tree |
2011-07-22 |
Vadim Zeitlin | Increased the version to 2.9.3.
|
commit | commitdiff | tree |
2011-07-22 |
Vadim Zeitlin | Update the files changed by the version number increment...
|
commit | commitdiff | tree |
2011-07-22 |
Vadim Zeitlin | Added customizable wxDocManager::OnMRUFileNotExist...
|
commit | commitdiff | tree |
2011-07-22 |
Vadim Zeitlin | Several corrections to wxDocManager fields documentation.
|
commit | commitdiff | tree |
2011-07-22 |
Vadim Zeitlin | Save and restore file history in docview sample.
|
commit | commitdiff | tree |
2011-07-22 |
Vadim Zeitlin | Allow passing the error value to wxStreamBase::Reset().
|
commit | commitdiff | tree |
2011-07-22 |
Vadim Zeitlin | Don't pass spin text control messages processed at...
|
commit | commitdiff | tree |
2011-07-22 |
Vadim Zeitlin | Refactor wxWindow::MSWHandleMessage() out from MSWWindowProc().
|
commit | commitdiff | tree |
2011-07-21 |
Vadim Zeitlin | Fix double deletion bug in wxGTK wxDVC dnd code.
|
commit | commitdiff | tree |
2011-07-21 |
Vadim Zeitlin | Fix the alignment used by custom wxDVC renderers in...
|
commit | commitdiff | tree |
2011-07-21 |
Vadim Zeitlin | Send wxEVT_COMMAND_DATAVIEW_COLUMN_SORTED for generic...
|
commit | commitdiff | tree |
2011-07-21 |
Vadim Zeitlin | Fix drawing of expander columns not at 0 position in...
|
commit | commitdiff | tree |
2011-07-21 |
Vadim Zeitlin | Correct test for maximal row index in generic wxDataViewCtrl.
|
commit | commitdiff | tree |
2011-07-21 |
Vadim Zeitlin | Never restore focus to hidden child.
|
commit | commitdiff | tree |
2011-07-21 |
Vadim Zeitlin | Allow marking wxTreeBook nodes to expand initially...
|
commit | commitdiff | tree |
2011-07-21 |
Vadim Zeitlin | Make wxEnhMetaFileDC ctor from wxDC explicit.
|
commit | commitdiff | tree |
2011-07-21 |
Vadim Zeitlin | Fix parsing of negated long options in wxCmdLineParser.
|
commit | commitdiff | tree |
2011-07-21 |
Vadim Zeitlin | Reset negatable switches correctly in wxCmdLineParser...
|
commit | commitdiff | tree |
2011-07-20 |
Vadim Zeitlin | Don't use template member function in drawing sample...
|
commit | commitdiff | tree |
2011-07-19 |
Vadim Zeitlin | Fix harmless gcc warning about uninitialized mask in...
|
commit | commitdiff | tree |
2011-07-19 |
Vadim Zeitlin | Refresh the old current row when right clicking in...
|
commit | commitdiff | tree |
2011-07-19 |
Vadim Zeitlin | Add wxDataViewEvent::IsEditCancelled() and support...
|
commit | commitdiff | tree |
2011-07-19 |
Vadim Zeitlin | Fix deleting columns in wxGridStringTable with custom...
|
commit | commitdiff | tree |
2011-07-19 |
Vadim Zeitlin | Allow saving the drawing sample canvas to a file or...
|
commit | commitdiff | tree |
2011-07-19 |
Vadim Zeitlin | Added wxGCDC(wxEnhMetaFileDC) ctor too.
|
commit | commitdiff | tree |
2011-07-19 |
Vadim Zeitlin | Fix keyboard navigation in wxGrid with hidden columns.
|
commit | commitdiff | tree |
2011-07-18 |
Vadim Zeitlin | Fix memory leak in wxPanel::SetBackgroundBirmap() in...
|
commit | commitdiff | tree |
2011-07-15 |
Vadim Zeitlin | Implement wxRegion::Equal() for wxOSX.
|
commit | commitdiff | tree |
2011-07-15 |
Vadim Zeitlin | Ensure we don't modify a shared object in wxOSX wxRegion...
|
commit | commitdiff | tree |
2011-07-15 |
Vadim Zeitlin | No real changes, just use AllocExclusive() in wxOSX...
|
commit | commitdiff | tree |
2011-07-12 |
Vadim Zeitlin | Use native hint wxTextCtrl support in wxSearchCtrl.
|
commit | commitdiff | tree |
2011-07-12 |
Vadim Zeitlin | Centre wxSlider value correctly when wxSL_MIN_MAX_LABELS...
|
commit | commitdiff | tree |
2011-07-12 |
Vadim Zeitlin | Document wxEnhMetaFileDC-related wxGraphics functions.
|
commit | commitdiff | tree |
2011-07-11 |
Vadim Zeitlin | Fix showing slider label in wxMSW when wxSL_MIN_MAX_LABELS...
|
commit | commitdiff | tree |
2011-07-11 |
Vadim Zeitlin | No real changes, just make some wxSlider members local...
|
commit | commitdiff | tree |
2011-07-11 |
Vadim Zeitlin | Fix and improve documentation of wxT_2() macro.
|
commit | commitdiff | tree |
2011-07-11 |
Vadim Zeitlin | Don't handle "Return" key as "TAB" even when the default...
|
commit | commitdiff | tree |
2011-07-11 |
Vadim Zeitlin | Copy recently added wxGenericValidator fields in Copy().
|
commit | commitdiff | tree |
2011-07-10 |
Vadim Zeitlin | Use the correct event handler in wxMenuBase::UpdateUI().
|
commit | commitdiff | tree |
2011-07-09 |
Vadim Zeitlin | Support float, double and file name values in wxGenericValid...
|
commit | commitdiff | tree |
2011-07-09 |
Vadim Zeitlin | No changes, just use NULL instead of 0 for pointers.
|
commit | commitdiff | tree |
2011-07-09 |
Vadim Zeitlin | Generate events for two auxiliary mouse buttons in...
|
commit | commitdiff | tree |
2011-07-09 |
Vadim Zeitlin | Mention that wxNotebook page must be removed before...
|
commit | commitdiff | tree |
2011-07-09 |
Vadim Zeitlin | Check for GTK window parent, not wx one, when reparenting.
|
commit | commitdiff | tree |
2011-07-09 |
Vadim Zeitlin | Refresh the generic wxDataViewCtrl header if it was...
|
commit | commitdiff | tree |
2011-07-09 |
Vadim Zeitlin | Show extra mouse buttons and wheel state in the text...
|
commit | commitdiff | tree |
2011-07-09 |
Vadim Zeitlin | Don't duplicate wxImage::ConvertToDisabled() in wxAUI...
|
commit | commitdiff | tree |
2011-07-09 |
Vadim Zeitlin | Output something from the console sample even if it...
|
commit | commitdiff | tree |
2011-07-09 |
Vadim Zeitlin | Immediately update MSW cursor when ::SetCursor(wxNullCursor...
|
commit | commitdiff | tree |
2011-07-09 |
Vadim Zeitlin | Fix wxMSW wxSlider best size calculation and label...
|
commit | commitdiff | tree |
2011-07-09 |
Vadim Zeitlin | Make coordinates transformations in wxDC really maximally...
|
commit | commitdiff | tree |
2011-07-07 |
Vadim Zeitlin | Add wxDCImpl::MSWApplyGDIPlusTransform() to formalize...
|
commit | commitdiff | tree |
2011-07-07 |
Vadim Zeitlin | Make wxGCDC::GetGraphicsContext() const.
|
commit | commitdiff | tree |
2011-07-04 |
Vadim Zeitlin | Improve the description of the available files in readme.
|
commit | commitdiff | tree |
2011-07-04 |
Vadim Zeitlin | Remove the note about wxUSE_STD_CONTAINERS.
|
commit | commitdiff | tree |
2011-07-04 |
Vadim Zeitlin | Fix crash when getting or setting wxComboBox value...
|
commit | commitdiff | tree |
2011-07-04 |
Vadim Zeitlin | Fix event types in wxMouseEvent::Aux1DClick() and Aux1DClick().
|
commit | commitdiff | tree |
2011-07-04 |
Vadim Zeitlin | Fix warnings about implicit double to int conversions...
|
commit | commitdiff | tree |
2011-07-04 |
Vadim Zeitlin | Fix harmless warning about double to long long conversion.
|
commit | commitdiff | tree |
2011-07-04 |
Vadim Zeitlin | Suppress some harmless warnings about unused parameters...
|
commit | commitdiff | tree |
2011-07-04 |
Vadim Zeitlin | Also accept VT_R4 (float) VARIANTs in wxMSW OLE code.
|
commit | commitdiff | tree |
2011-07-04 |
Vadim Zeitlin | Fix crash in wxDataViewProgressRenderer in non-Unicode...
|
commit | commitdiff | tree |
2011-07-04 |
Vadim Zeitlin | Add wxUSE_UNICODE guard around wxDF_UNICODETEXT in...
|
commit | commitdiff | tree |
2011-07-02 |
Vadim Zeitlin | No real changes, just remove trailing commas from enum.
|
commit | commitdiff | tree |
2011-07-02 |
Vadim Zeitlin | Add wxCOMPOSITION_INVALID mode and use it to simplify...
|
commit | commitdiff | tree |
2011-07-02 |
Vadim Zeitlin | Avoid g++ warnings about breaking strict aliasing rules...
|
commit | commitdiff | tree |
2011-06-30 |
Vadim Zeitlin | Mention the EOL issue in readme.txt.
|
commit | commitdiff | tree |
2011-06-30 |
Vadim Zeitlin | Initialize variable in UTF{16,32} conversion code to...
|
commit | commitdiff | tree |
2011-06-30 |
Vadim Zeitlin | Work around bogus g++ warnings about possibly missing...
|
commit | commitdiff | tree |
2011-06-30 |
Vadim Zeitlin | Fix harmless warning about unused variable in isosurf...
|
commit | commitdiff | tree |
2011-06-30 |
Vadim Zeitlin | Fix warning about hiding a virtual function in propgrid...
|
commit | commitdiff | tree |
2011-06-29 |
Vadim Zeitlin | Change the loop condition to avoid comparing unsigned...
|
commit | commitdiff | tree |
2011-06-29 |
Vadim Zeitlin | Always initialize SelectInHDC::m_hgdiobj in wxMSW.
|
commit | commitdiff | tree |
2011-06-29 |
Vadim Zeitlin | Fix two harmless gcc warnings about missing initializers.
|
commit | commitdiff | tree |
2011-06-29 |
Vadim Zeitlin | Mention that readme.txt needs to be updated before...
|
commit | commitdiff | tree |
2011-06-29 |
Vadim Zeitlin | Add a tiny script for producing HTML documentation...
|
commit | commitdiff | tree |
2011-06-29 |
Vadim Zeitlin | Fix typo in error message about incorrect syntax.
|
commit | commitdiff | tree |
2011-06-29 |
Vadim Zeitlin | Update the readme file for 2.9.2.
|
commit | commitdiff | tree |
2011-06-29 |
Vadim Zeitlin | Updated copyright year before 2.9.2 release.
|
commit | commitdiff | tree |
2011-06-29 |
Vadim Zeitlin | Replace stc.{h,cpp} with the generated versions with...
|
commit | commitdiff | tree |
next |