2012-02-20 |
Vadim Zeitlin | Remove documentation of inexistent wxEvtHandler::TryThis(). |
commit | commitdiff | tree | snapshot |
2012-02-20 |
Vadim Zeitlin | Allow handling EVT_UPDATE_UI for wxID_UNDO/REDO at... |
commit | commitdiff | tree | snapshot |
2012-02-20 |
Vadim Zeitlin | Document wxNotificationMessage::Timeout_XXX values. |
commit | commitdiff | tree | snapshot |
2012-02-20 |
Vadim Zeitlin | Fix typos in wxRibbonButtonBar documentation. |
commit | commitdiff | tree | snapshot |
2012-02-20 |
Vadim Zeitlin | Minor documentation fixes to wxHelpController. |
commit | commitdiff | tree | snapshot |
2012-02-20 |
Vadim Zeitlin | Add skeleton documentation for wxMessageDialog::ButtonL... |
commit | commitdiff | tree | snapshot |
2012-02-20 |
Vadim Zeitlin | Fix wxRichTextBuffer::InsertParagraphsWithUndo() docume... |
commit | commitdiff | tree | snapshot |
2012-02-20 |
Vadim Zeitlin | Add @onlyfor tag to wxToolBar::SetBitmapResource()... |
commit | commitdiff | tree | snapshot |
2012-02-20 |
Vadim Zeitlin | Add @onlyfor tags for Unix-specific wxStandardPaths... |
commit | commitdiff | tree | snapshot |
2012-02-20 |
Vadim Zeitlin | Add @onlyfor tag for wxSound::IsPlaying() documentation. |
commit | commitdiff | tree | snapshot |
2012-02-20 |
Vadim Zeitlin | Make wxSingleChoiceDialog::GetSelectionData() const. |
commit | commitdiff | tree | snapshot |
2012-02-20 |
Vadim Zeitlin | Fix wrong spelling of wxRegKey::HasSubkeys() in the... |
commit | commitdiff | tree | snapshot |
2012-02-20 |
Vadim Zeitlin | Remove inexistent wxPropertySheetDialog::SetInnerSizer... |
commit | commitdiff | tree | snapshot |
2012-02-20 |
Vadim Zeitlin | Synchronize wxPropertyGridManager documentation with... |
commit | commitdiff | tree | snapshot |
2012-02-20 |
Vadim Zeitlin | Synchronize wxPropertyGrid documentation with the real... |
commit | commitdiff | tree | snapshot |
2012-02-20 |
Vadim Zeitlin | Don't initialize wxFileDialog::m_filterIndex to 1 in... |
commit | commitdiff | tree | snapshot |
2012-02-20 |
Vadim Zeitlin | Use wxPageSetupDialogData instead of old wxPageSetupDat... |
commit | commitdiff | tree | snapshot |
2012-02-20 |
Vadim Zeitlin | Remove wxDialog::OnSysColourChanged() documentation. |
commit | commitdiff | tree | snapshot |
2012-02-20 |
Julian Smart | Removed unnecessary newlines. |
commit | commitdiff | tree | snapshot |
2012-02-20 |
Julian Smart | Minor fixes |
commit | commitdiff | tree | snapshot |
2012-02-20 |
Julian Smart | Corrected missing angled bracket |
commit | commitdiff | tree | snapshot |
2012-02-20 |
Julian Smart | Added wxEVT_WIZARD_BEFORE_PAGE_CHANGED event to allow... |
commit | commitdiff | tree | snapshot |
2012-02-20 |
Vadim Zeitlin | Fix unit test French locate checks for glibc >= 2.8. |
commit | commitdiff | tree | snapshot |
2012-02-19 |
Vadim Zeitlin | Don't apply svn commit hook checks to 2.8 branch. |
commit | commitdiff | tree | snapshot |
2012-02-19 |
Vadim Zeitlin | Don't exclude message catalog files from UTF-8 checks... |
commit | commitdiff | tree | snapshot |
2012-02-19 |
Stefan Neis | Spelling fixed for comments and a wxASSERT_MSG. Fixes... |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Stefan Neis | Fixed spelling errors, fixes #14021. |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Stefan Neis | Spelling fixes to comments, fixes #13994. |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Stefan Neis | Fixed miss-spelling in output messages (enviroment... |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Vadim Zeitlin | Update the main translation template and all the messag... |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Vadim Zeitlin | Remove duplicate "About" entries from message catalogs. |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Julian Smart | Removed OnSelect |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Julian Smart | Fixed name of GetCombinedStyleForLevel |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Julian Smart | Applied #14000 (wxRichTextXMLHandler interface fixes) |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Paul Cornett | modification to fix in r70597, has-window check is... |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Vadim Zeitlin | Add forward declarations to fix wx/propgrid/editors... |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Vadim Zeitlin | Remove wrong "const" from wxPosition::operator{+,-... |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Vadim Zeitlin | Fix the name of wxPersistentTreeBookCtrl in the documen... |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Vadim Zeitlin | Remove non-existent wxPGChoices methods from the docume... |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Vadim Zeitlin | Fix typo in wxOwnerDrawnComboBox ctor documentation. |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Vadim Zeitlin | Fix typo in wxMultiChoiceDialog::GetSelections() name... |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Vadim Zeitlin | Mark Mac-specific wxMenuBar methods with @onlyfor{wxosx}. |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Vadim Zeitlin | Document the default size of new wxMemoryBuffer correctly. |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Vadim Zeitlin | Fix wxMediaCtrl::GetPlaybackRate() method name in the... |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Vadim Zeitlin | Document wxConvFileName variable, not wxMBConvFile... |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Vadim Zeitlin | Added wxFileName::Exists(). |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Vadim Zeitlin | Refactor wxFileName existence checking code. |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Vadim Zeitlin | Explicitly document that hidden windows get wxEVT_IDLE... |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Paul Cornett | avoid sending mouse events to the wrong window, fixes... |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Vadim Zeitlin | Document wxLogGui::DoShow{Single,Multiple}LogMessage... |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Vadim Zeitlin | Don't document wxListCtrl::SetColumnsOrder() as being... |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Vadim Zeitlin | Clean up wxListBox documentation. |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Vadim Zeitlin | Make documentation of wxIcon::ConvertToDisabled() more... |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Vadim Zeitlin | Document wxFTP::TransferMode enum in the correct scope. |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Vadim Zeitlin | Document wxGB{Position,Size}::operator!=(), remove... |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Vadim Zeitlin | Remove documentation of non-existent wxFontMapper:... |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Vadim Zeitlin | Document Mac-only wxFileName methods as being Mac-only. |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Vadim Zeitlin | Document wxFileType::MessageParameters class. |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Vadim Zeitlin | Fix wrong type of wild card parameter in wxFileCtrl... |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Vadim Zeitlin | Make wxDragImage ctors taking hot spot point really... |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Vadim Zeitlin | Document wxDocManager::CreatePreviewFrame() as being... |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Vadim Zeitlin | Don't document private event handlers in doc/view frame... |
commit | commitdiff | tree | snapshot |
2012-02-14 |
Vadim Zeitlin | Mention __WIN64__ in the preprocessor defines documenta... |
commit | commitdiff | tree | snapshot |
2012-02-14 |
Vadim Zeitlin | Remove the mention of non-existing wxPrintf_l() from... |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Stefan Csomor | adding missing initializer to raw_control, fixes #13963 |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Stefan Csomor | adapting comparison to raw_control, see #13963 |
commit | commitdiff | tree | snapshot |
2012-02-12 |
Vadim Zeitlin | Don't document deprecated wxComboCtrl::SetValueWithEvent(). |
commit | commitdiff | tree | snapshot |
2012-02-12 |
Vadim Zeitlin | Implement wxDV_ROW_LINES for generic wxDataViewCtrl. |
commit | commitdiff | tree | snapshot |
2012-02-12 |
Vadim Zeitlin | Don't use deprecated wxDataViewCtrl::StartEditor()... |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Robin Dunn | remove some wxPython-only methods that were accidentall... |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Paul Cornett | remove wxGraphicsContext dependency for transparent... |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Vadim Zeitlin | Document wxDateTime::GregorianAdoption enum and TimeZon... |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Vadim Zeitlin | Fix "wxEmptyStr" typo in wxChoicebook and wxToolbook... |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Vadim Zeitlin | Implement wxBG_STYLE_TRANSPARENT support for wxGTK. |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Vadim Zeitlin | Update marks in non-current months shown in wxMSW wxCal... |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Vadim Zeitlin | Set marks used in wxMSW wxCalendarCtrl unconditionally. |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Vadim Zeitlin | Also add wxNativeFontInfo::SetStrikethrough() stub... |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Vadim Zeitlin | Added a test for wxUSE_DATAOBJ to wxDFB which doesn... |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Vadim Zeitlin | Fix compilation ofr ports without native font info... |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Vadim Zeitlin | Add stubs for wxNativeFontInfo::{Get,Set}Strikethrough... |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Robin Dunn | Don't include the terminating NUL |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Vadim Zeitlin | Fix wxHash{Set,Map} compilation with g++ 4.7 in C+... |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Vadim Zeitlin | Document MSW-only wxEVT_MOVING event. |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Vadim Zeitlin | Fix typo in wxSlider XRC format documentation. |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Vadim Zeitlin | Fix wrong signature of wxBitmap(bits) ctor in the docum... |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Vadim Zeitlin | Restrict button size restrictions documentation to... |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Vadim Zeitlin | Document that wxStandardPaths::GetUserConfigDir() doesn... |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Vadim Zeitlin | Use wxSTC_INVALID_POSITION in wxStyledTextCtrl document... |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Vadim Zeitlin | Document wxAUI_NB_MIDDLE_CLICK_CLOSE. |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Robin Dunn | Interface fixes changing fiction into truth. |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Robin Dunn | Following the theory that something lame is better... |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Robin Dunn | Add an empty implementation of the OSXGenerateEvent... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Robin Dunn | Don't assume that XCode is in /Developer. Use "xcode... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Robin Dunn | use buf.length() instead of strlen() |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Robin Dunn | Add length parameter to AddTextRaw and AppendTextRaw... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Vadim Zeitlin | Avoid CRT deprecation warnings for MSVC build using... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Vadim Zeitlin | Rebake all project files to reflect MSVC deprecation... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Stefan Csomor | forwarding mouse moved events to the view under the... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Vadim Zeitlin | Fix wxAboutDialogInfo::GetName() return type in the... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Vadim Zeitlin | Fix infinite loop in wxHtmlEasyPrinting page break... |
commit | commitdiff | tree | snapshot |
next |