2011-08-13 |
Vadim Zeitlin | Fix bitmap position attribute name in XRC handler.
|
commit | commitdiff | tree |
2011-08-12 |
Vadim Zeitlin | No changes, just remove gratuitous inefficiency from...
|
commit | commitdiff | tree |
2011-08-12 |
Vadim Zeitlin | Fix compilation of generic wxDVC code when not using...
|
commit | commitdiff | tree |
2011-08-11 |
Vadim Zeitlin | Use separate strings for stock labels with and without...
|
commit | commitdiff | tree |
2011-08-10 |
Vadim Zeitlin | Basque translations update from Xabier Aramendi.
|
commit | commitdiff | tree |
2011-08-10 |
Vadim Zeitlin | Also regenerate configure after wxWeb-related bakefile...
|
commit | commitdiff | tree |
2011-08-09 |
Vadim Zeitlin | Don't reset wxTLW::m_iconized when hiding the window...
|
commit | commitdiff | tree |
2011-08-09 |
Vadim Zeitlin | No changes, just correct the helpview sample name in...
|
commit | commitdiff | tree |
2011-08-08 |
Vadim Zeitlin | Don't manually centre dialogs created with default...
|
commit | commitdiff | tree |
2011-08-08 |
Vadim Zeitlin | Added wxTopLevelWindow::MSWGetSystemMenu() method.
|
commit | commitdiff | tree |
2011-08-08 |
Vadim Zeitlin | Added private wxMenu::MSWNewFromHMENU() method.
|
commit | commitdiff | tree |
2011-08-08 |
Vadim Zeitlin | Fix compilation with g++ 4.7 (prerelease).
|
commit | commitdiff | tree |
2011-08-07 |
Vadim Zeitlin | Use 0 instead of NULL to avoid g++ warning.
|
commit | commitdiff | tree |
2011-08-05 |
Vadim Zeitlin | Implement wxFileType::GetOpenCommand() in wxOSX.
|
commit | commitdiff | tree |
2011-08-04 |
Vadim Zeitlin | Add support for wxHELP button to wxMessageDialog.
|
commit | commitdiff | tree |
2011-08-04 |
Vadim Zeitlin | Add missing header for minimalistic builds not using...
|
commit | commitdiff | tree |
2011-08-04 |
Vadim Zeitlin | Compilation fixes for wxUSE_GEOMETRY==0 build.
|
commit | commitdiff | tree |
2011-08-04 |
Vadim Zeitlin | Use wxWindowMSW instead of wxWindow to fix wxUniv/MSW...
|
commit | commitdiff | tree |
2011-08-04 |
Vadim Zeitlin | Avoid unwanted line break in wxDataViewListModel::GetCount...
|
commit | commitdiff | tree |
2011-08-03 |
Vadim Zeitlin | Fix bug with TAB being able to switch focus between...
|
commit | commitdiff | tree |
2011-08-03 |
Vadim Zeitlin | No real changes, just rename a variable.
|
commit | commitdiff | tree |
2011-08-02 |
Vadim Zeitlin | Don't un-maximize the window when Iconize(false) is...
|
commit | commitdiff | tree |
2011-08-02 |
Vadim Zeitlin | Fix wxSocket::WaitForAccept() in blocking mode.
|
commit | commitdiff | tree |
2011-08-02 |
Vadim Zeitlin | Remove documentation of non-existent wxTextAttr::CreateFont().
|
commit | commitdiff | tree |
2011-07-31 |
Vadim Zeitlin | Correct typo in wxArray::insert() fix of r68468.
|
commit | commitdiff | tree |
2011-07-30 |
Vadim Zeitlin | Fix crash in wxArray::insert() overload taking iterator...
|
commit | commitdiff | tree |
2011-07-30 |
Vadim Zeitlin | Generate events with WXK_NONE Unicode keys for non...
|
commit | commitdiff | tree |
2011-07-30 |
Vadim Zeitlin | Avoid bogus focus loss event when wxTextCtrl is modified...
|
commit | commitdiff | tree |
2011-07-30 |
Vadim Zeitlin | Improve wxTextCtrl::GetNumberOfLines() unit test and...
|
commit | commitdiff | tree |
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 |
next |