2013-06-25 |
Stefan Csomor | virtual method hiding in GTK, so add direct implementation |
tree | commitdiff |
2013-06-25 |
Julian Smart | Applied colspan corrections, #15274 and #15275 (dghart) |
tree | commitdiff |
2013-06-25 |
Stefan Csomor | native scaling support for bitmap |
tree | commitdiff |
2013-06-25 |
Stefan Csomor | fixing naming to GetScaleFactor, adding default Create... |
tree | commitdiff |
2013-06-25 |
Stefan Csomor | default implementation for scaled bitmaps properties |
tree | commitdiff |
2013-06-25 |
Stefan Csomor | adding ContentScaleFactor support to dc - defaulting... |
tree | commitdiff |
2013-06-23 |
Vadim Zeitlin | Add wxBookCtrlBase::DoSetSelectionAfterRemoval() and... |
tree | commitdiff |
2013-06-23 |
Vadim Zeitlin | Undo "Forward events to active child at MSW, not wx... |
tree | commitdiff |
2013-06-23 |
Vadim Zeitlin | Add WX_ATTRIBUTE_UNUSED and use it for typedefs to... |
tree | commitdiff |
2013-06-19 |
Stefan Csomor | using common GetContentScaleFactor throughout part 1 |
tree | commitdiff |
2013-06-17 |
Stefan Csomor | adding magnification API into the wxWindow classes... |
tree | commitdiff |
2013-06-16 |
Vadim Zeitlin | Improve wxGrid cell wrapping in wxGridCellAutoWrapStrin... |
tree | commitdiff |
2013-06-15 |
Stefan Csomor | adding new constructor for best dc-compatibility of... |
tree | commitdiff |
2013-06-13 |
Stefan Csomor | reusing existing API |
tree | commitdiff |
2013-06-13 |
Vadim Zeitlin | Remove the unused code instead of commenting it out. |
tree | commitdiff |
2013-06-13 |
Vadim Zeitlin | Use two step creation of wxListHeaderWindow to avoid... |
tree | commitdiff |
2013-06-12 |
Stefan Csomor | supporting max len event |
tree | commitdiff |
2013-06-12 |
Stefan Csomor | guarding open combo box against AppDefined NSEvents... |
tree | commitdiff |
2013-06-12 |
Stefan Csomor | exposing useful typedefs |
tree | commitdiff |
2013-06-12 |
Stefan Csomor | adding hook, but unfortunately no solution yet for... |
tree | commitdiff |
2013-06-12 |
Stefan Csomor | cocoa needs a special implementation for read-only... |
tree | commitdiff |
2013-06-11 |
Stefan Csomor | missing commit |
tree | commitdiff |
2013-06-11 |
Stefan Csomor | better support for ui action simulation |
tree | commitdiff |
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 |
next |