2013-06-11 |
Václav Slavík | Use correct extensions in wxDynamicLibrary::Canonicaliz... |
tree | commitdiff |
2013-06-10 |
Vadim Zeitlin | Add wxMouseEvent::GetColumnsPerAction(). |
tree | commitdiff |
2013-06-08 |
Robin Dunn | More docs cleanup and fixes for richtextbuffer |
tree | commitdiff |
2013-06-08 |
Vadim Zeitlin | Remove duplicate WXMAKINGDLL_RIBBON-related code. |
tree | commitdiff |
2013-06-04 |
Stefan Csomor | exposing wxOSXGetViewFromResponder |
tree | commitdiff |
2013-06-04 |
Stefan Csomor | adding a more extensive version to arrive at the impl... |
tree | commitdiff |
2013-06-03 |
Stefan Csomor | make sure we don't execute pending deletes either when... |
tree | commitdiff |
2013-06-03 |
Stefan Csomor | using ordinary Show for popup windows as on MSW which... |
tree | commitdiff |
2013-06-03 |
Stefan Csomor | refactoring SizeEvent sending |
tree | commitdiff |
2013-06-03 |
Stefan Csomor | forgot to commit ... |
tree | commitdiff |
2013-06-03 |
Stefan Csomor | attempt to get the 'new focus' window parameter of... |
tree | commitdiff |
2013-06-03 |
Stefan Csomor | deal with Cocoa as we do with Carbon, see #15008 |
tree | commitdiff |
2013-05-31 |
Vadim Zeitlin | Change wxMSW wxTreeCtrl::DoFreeze() to not hide the... |
tree | commitdiff |
2013-05-31 |
Vadim Zeitlin | Add wxFileDialog::GetCurrentlySelectedFilename(). |
tree | commitdiff |
2013-05-31 |
Vadim Zeitlin | Fix wxStyledTextCtrl::SetInsertionPointEnd(). |
tree | commitdiff |
2013-05-31 |
Vadim Zeitlin | Improve horizontal scrolling in wxRibbonControl. |
tree | commitdiff |
2013-05-31 |
Vadim Zeitlin | Add wxWindow::BeginRepositioningChildren() and EndRepos... |
tree | commitdiff |
2013-05-31 |
Vadim Zeitlin | Make wxSharedPtr::Release() really MT-safe. |
tree | commitdiff |
2013-05-26 |
Julian Smart | Applied patch for #15189 - avoid crash when deleting... |
tree | commitdiff |
2013-05-24 |
Robin Dunn | Add wxRTTI for the wxFileSystemWatcherEvent class |
tree | commitdiff |
2013-05-22 |
Vadim Zeitlin | Add ctor and assign() taking an iterator range to wxVec... |
tree | commitdiff |
2013-05-22 |
Vadim Zeitlin | Add ctor from two input iterators to wxArray in STL... |
tree | commitdiff |
2013-05-22 |
Vadim Zeitlin | Fix regression in wxGTK wxFilePickerCtrl due to wxFileD... |
tree | commitdiff |
2013-05-20 |
Vadim Zeitlin | Add a public wxModalDialogHook class for intercepting... |
tree | commitdiff |
2013-05-20 |
Vadim Zeitlin | Fix return value of wxCountingOutputStream::LastWrite(). |
tree | commitdiff |
2013-05-20 |
Vadim Zeitlin | Add wxInputStream::ReadAll() and wxOutputStream::WriteA... |
tree | commitdiff |
2013-05-19 |
Vadim Zeitlin | Delete the associated dialog in wxGTK wx{File,Dir}Button. |
tree | commitdiff |
2013-05-19 |
Vadim Zeitlin | Add conversions to/from long long to wxUniChar. |
tree | commitdiff |
2013-05-18 |
Steve Lamerton | Use wxCOMPtr throughout the wxWebViewIE Find code. |
tree | commitdiff |
2013-05-17 |
Vadim Zeitlin | Make wxPreferencesEditor dtor virtual. |
tree | commitdiff |
2013-05-16 |
Vadim Zeitlin | Initialize wxXmlResourceHandler members in its ctor. |
tree | commitdiff |
2013-05-16 |
Vadim Zeitlin | Allow wxPreferencesEditor::Dismiss() to work when using... |
tree | commitdiff |
2013-05-16 |
Vadim Zeitlin | Add wxPreferencesEditor::ShownModally(). |
tree | commitdiff |
2013-05-16 |
Vadim Zeitlin | Make wxPreferencesEditor::Show() virtual. |
tree | commitdiff |
2013-05-16 |
Vadim Zeitlin | Allow to specify the title used by wxPreferencesEditor... |
tree | commitdiff |
2013-05-16 |
Vadim Zeitlin | Add wxEVT_DIRCTRL_FILEACTIVATED wxDirCtrl event. |
tree | commitdiff |
2013-05-16 |
Vadim Zeitlin | Rename wxEVT_DIRCTRL_CHANGED to wxEVT_DIRCTRL_SELECTION... |
tree | commitdiff |
2013-05-16 |
Vadim Zeitlin | Allow associating a validator with wxGridCellTextEditor. |
tree | commitdiff |
2013-05-16 |
Jouk Jansen | m_useExtendedPrecision is only used if the macro wxUSE_... |
tree | commitdiff |
2013-05-15 |
Vadim Zeitlin | Fix memory leak in wxXmlNode::operator=(). |
tree | commitdiff |
2013-05-15 |
Vadim Zeitlin | Allow shrinking the array with wxArray::resize(). |
tree | commitdiff |
2013-05-14 |
Václav Slavík | Move wxTransform2D methods' bodies to geometry.cpp. |
tree | commitdiff |
2013-05-12 |
Vadim Zeitlin | Fix harmless Clang warning about unreachable code. |
tree | commitdiff |
2013-05-10 |
Stefan Csomor | applying editor part of patch, see #15003 |
tree | commitdiff |
2013-05-08 |
Vadim Zeitlin | Fix wrong wxUSE_ACCEL around wxUSE_HOTKEY-related code... |
tree | commitdiff |
2013-05-08 |
Vadim Zeitlin | Add wxVector<>::const_reverse_iterator. |
tree | commitdiff |
2013-05-06 |
Julian Smart | Applied patches for #15184 (wxRichTextAction fix for... |
tree | commitdiff |
2013-05-06 |
Vadim Zeitlin | Add IEEE 754 single/double precision support to wxDataS... |
tree | commitdiff |
2013-05-06 |
Vadim Zeitlin | No real changes, just rename double variables to "d". |
tree | commitdiff |
2013-05-06 |
Vadim Zeitlin | Extract common parts of wxData{In,Out}putStream in... |
tree | commitdiff |
2013-05-04 |
Vadim Zeitlin | Fix event handling order in doc/view framework. |
tree | commitdiff |
2013-05-04 |
Vadim Zeitlin | Forward events to active child at MSW, not wx, level... |
tree | commitdiff |
2013-05-04 |
Vadim Zeitlin | Add public wxDocManager::GetAnyUsableView(). |
tree | commitdiff |
2013-05-04 |
Vadim Zeitlin | Fix menu event handlers calling order. |
tree | commitdiff |
2013-05-01 |
Vadim Zeitlin | Copy max width of wxGridCellTextEditor when cloning it. |
tree | commitdiff |
2013-05-01 |
Vadim Zeitlin | Remove the apparently unneeded wxPGPropArgCls default... |
tree | commitdiff |
2013-04-30 |
Robin Dunn | export wxRichTextObjectPtrArrayArray since it is used... |
tree | commitdiff |
2013-04-30 |
Vadim Zeitlin | Add wxFontInfo class to allow using named parameters... |
tree | commitdiff |
2013-04-29 |
Vadim Zeitlin | Add support for wxICON_AUTH_NEEDED to wxMessageDialog. |
tree | commitdiff |
2013-04-28 |
Vadim Zeitlin | Really fix the problem with caret in wxGrid text editor... |
tree | commitdiff |
2013-04-28 |
Vadim Zeitlin | No real changes, just make wxGridCellEditor accessors... |
tree | commitdiff |
2013-04-25 |
Vadim Zeitlin | Fix wxEVT_DATAVIEW_COLUMN_HEADER_RIGHT_CLICK event... |
tree | commitdiff |
2013-04-25 |
Vadim Zeitlin | Provide shorter synonyms for wxEVT_XXX constants. |
tree | commitdiff |
2013-04-25 |
Vadim Zeitlin | Small fixes after wxHtmlTagHandler::GetParser() addition. |
tree | commitdiff |
2013-04-24 |
Robin Dunn | Add GetParser methods for the tag handlers |
tree | commitdiff |
2013-04-22 |
Vadim Zeitlin | Add wxSocketBase::GetSocket(). |
tree | commitdiff |
2013-04-21 |
Vadim Zeitlin | Reset sorting column in generic wxDataViewCtrl properly. |
tree | commitdiff |
2013-04-20 |
Vadim Zeitlin | Add wxTextEntryDialog::SetMaxLength(). |
tree | commitdiff |
2013-04-17 |
Vadim Zeitlin | Remove "ED" suffix from EVT_DATAVIEW_COLUMN_HEADER_RIGH... |
tree | commitdiff |
2013-04-10 |
Vadim Zeitlin | Added chainable wxWizardPageSimple::Chain() overload. |
tree | commitdiff |
2013-04-08 |
Vadim Zeitlin | Use API_VERSION_NUMBER for debug help API version check. |
tree | commitdiff |
2013-04-08 |
Vadim Zeitlin | Support Unicode module names in wxDynamicLibrary::MSWGe... |
tree | commitdiff |
2013-04-05 |
Vadim Zeitlin | Allow to customize wxGrid column auto-sizing. |
tree | commitdiff |
2013-04-04 |
Vadim Zeitlin | Fix wxTextEntryDialog::GetValue() when using SetTextVal... |
tree | commitdiff |
2013-03-31 |
Vadim Zeitlin | Make wxToolBar styles consistent and add wxTB_DEFAULT_S... |
tree | commitdiff |
2013-03-31 |
Vadim Zeitlin | Remove wxTextCtrl::OnEnabled() hack from wxGTK. |
tree | commitdiff |
2013-03-31 |
Vadim Zeitlin | Remove wx{File,Dir}PickerCtrl::CheckPath() declaration. |
tree | commitdiff |
2013-03-29 |
Vadim Zeitlin | Added wxBookCtrlBase::FindPage(). |
tree | commitdiff |
2013-03-27 |
Vadim Zeitlin | Fix assert when constructing invalid wxGBSpan inside... |
tree | commitdiff |
2013-03-27 |
Vadim Zeitlin | Add wxDocManager::FindDocumentByPath() helper. |
tree | commitdiff |
2013-03-27 |
Vadim Zeitlin | Fix display of empty wxStaticBoxSizers. |
tree | commitdiff |
2013-03-26 |
Vadim Zeitlin | Add wxDocument::Activate() method. |
tree | commitdiff |
2013-03-26 |
Vadim Zeitlin | No changes, just remove wxGtkIMData forward declarations. |
tree | commitdiff |
2013-03-22 |
Vadim Zeitlin | Add GdkEventKey declaration fix PCH-less build. |
tree | commitdiff |
2013-03-21 |
Vadim Zeitlin | Add IM and full wxEVT_CHAR support to wxTextCtrl and... |
tree | commitdiff |
2013-03-21 |
Vadim Zeitlin | Refactor wxGTK IM-related code to allow future modifica... |
tree | commitdiff |
2013-03-21 |
Vadim Zeitlin | Use flat generic status bar by default and add wxSB_SUNKEN. |
tree | commitdiff |
2013-03-21 |
Vadim Zeitlin | Create a small helper class for Unity global menu bug... |
tree | commitdiff |
2013-03-18 |
Julian Smart | Make sure include doesn't get overwritten when code... |
tree | commitdiff |
2013-03-18 |
Robin Dunn | fix compilation problem |
tree | commitdiff |
2013-03-18 |
Julian Smart | Fixed help for symbol picker and style manager dialogs |
tree | commitdiff |
2013-03-18 |
Julian Smart | Added control over whether size and position units... |
tree | commitdiff |
2013-03-14 |
Julian Smart | We need to switch off UI elements before they are laid... |
tree | commitdiff |
2013-03-12 |
Julian Smart | Added ability to switch off more components of the... |
tree | commitdiff |
2013-03-12 |
Julian Smart | Fixed UI customization helper |
tree | commitdiff |
2013-03-11 |
Julian Smart | Added missing RTTI |
tree | commitdiff |
2013-03-09 |
Vadim Zeitlin | Add GetFile() accessor to wxFileStream classes. |
tree | commitdiff |
2013-03-09 |
Vadim Zeitlin | No real changes, just use wxString::clear() instead... |
tree | commitdiff |
2013-03-09 |
Vadim Zeitlin | Return false from wxFileName::AppendDir() and InsertDir... |
tree | commitdiff |
2013-03-09 |
Vadim Zeitlin | Use generic spin control itself as parent for its children. |
tree | commitdiff |
next |