2013-07-10 |
Václav Slavík | Only return -1,0,1 from wxXmlResource::CompareVersion(). |
tree | commitdiff |
2013-07-10 |
Vadim Zeitlin | Fix restoring the status bar help message after closing... |
tree | commitdiff |
2013-07-09 |
Václav Slavík | Fix VC++ warnings about __has_include(). |
tree | commitdiff |
2013-07-09 |
Václav Slavík | Compilation fix for r74457. |
tree | commitdiff |
2013-07-09 |
Václav Slavík | Fix OS X compilation in C++11 mode with libc++. |
tree | commitdiff |
2013-07-09 |
Václav Slavík | Work around wxFinite() definition conflict with <cmath>. |
tree | commitdiff |
2013-07-07 |
Václav Slavík | Use wxConvAuto in wxFile::Write(). |
tree | commitdiff |
2013-07-06 |
Vadim Zeitlin | Forbid creation of wxStandardPaths object directly. |
tree | commitdiff |
2013-07-06 |
Paul Cornett | avoid GTK+ prefixes for our tree entry code, it is... |
tree | commitdiff |
2013-07-06 |
Paul Cornett | avoid GTK+ prefixes for our tree entry code, it is... |
tree | commitdiff |
2013-07-06 |
Paul Cornett | remove symbol exports, this code is private to the... |
tree | commitdiff |
2013-07-06 |
Paul Cornett | remove empty GtkTreeEntryClass |
tree | commitdiff |
2013-07-06 |
Paul Cornett | move treeentry_gtk.h to include/wx/gtk/private/ |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Prevent duplicate menu event processing in MDI windows. |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Rewrite wxExecute() implementation under Unix. |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Add a helper wxApp::GetValidTraits() method. |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Make Unix wxAppConsole signal handling more flexible. |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Change wxWakeUpPipe to be a wxEventLoopSourceHandler. |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Include wx/evtloop.h from wx/evtloopsrc.h. |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Include <fcntl.h> from a header using fcntl(). |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Add wxStreamTempInputBuffer::ReadAll() helper. |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Use CFSocket instead of CFFileDescriptor in wxCFEventLo... |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Make wxEventLoop::AddSourceForFD() static. |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Extract wxFDIOEventLoopSourceHandler in its own header. |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Split wxWakeUpPipe class in MT-unsafe and MT-safe parts. |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Extract PipeIOHandler class into a header and rename... |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | No changes, move wxStreamTempInputBuffer to a header... |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Extract wxPipeInputStream and wxPipeOutputStream in... |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Add wxEventLoop::ScheduleExit(). |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Add wxEventLoopBase::DoRun(). |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Move wxEventLoopManual::m_shouldExit to wxEventLoopBase. |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Add "OSX" prefix to wxCFEventLoop::DoRun() and DoStop... |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Add wxTimer::StartOnce(). |
tree | commitdiff |
2013-07-02 |
Paul Cornett | remove unused function GTKSetItem() |
tree | commitdiff |
2013-07-01 |
Paul Cornett | Use gtk_list_store_insert_with_values() to set entry... |
tree | commitdiff |
2013-06-29 |
Vadim Zeitlin | Forward events to active child in wxMDIParentFrameBase... |
tree | commitdiff |
2013-06-29 |
Vadim Zeitlin | Use wxListColumnFormat for wxListCtrl::AppendColumn... |
tree | commitdiff |
2013-06-29 |
Vadim Zeitlin | Fix wxIMAGE_QUALITY_HIGH definition. |
tree | commitdiff |
2013-06-29 |
Vadim Zeitlin | Allow resetting background colour of wxHtmlContainerCell. |
tree | commitdiff |
2013-06-28 |
Stefan Csomor | support getting device resolution on all osx ports |
tree | commitdiff |
2013-06-27 |
Stefan Csomor | new method for contentScaleFactor on main screen |
tree | commitdiff |
2013-06-27 |
Stefan Csomor | native bitmap scaling codes |
tree | commitdiff |
2013-06-25 |
Stefan Csomor | adding impls to wxBitmap on msw as this doesn't inherit... |
tree | commitdiff |
2013-06-25 |
Stefan Csomor | adding default for Create with dc |
tree | commitdiff |
2013-06-25 |
Stefan Csomor | incomplete paste error |
tree | commitdiff |
2013-06-25 |
Stefan Csomor | adding default impl for CreateScaled |
tree | commitdiff |
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 |
next |