2012-10-24 |
Vadim Zeitlin | No real changes, just avoid unnecessary string operatio... |
tree | commitdiff |
2012-10-24 |
Vadim Zeitlin | No changes, just remove unused variable from wxSVGFileD... |
tree | commitdiff |
2012-10-24 |
Vadim Zeitlin | Add a missing test for wxHAS_CALL_AFTER in the implemen... |
tree | commitdiff |
2012-10-24 |
Vadim Zeitlin | Disable dropdown menu support in wxRibbonXmlHandler. |
tree | commitdiff |
2012-10-24 |
Vadim Zeitlin | Don't call wxSafeYield() from wxGenericListCtrl::EditLa... |
tree | commitdiff |
2012-10-24 |
Vadim Zeitlin | Don't iterate over files in wxFileSystemWatcherBase. |
tree | commitdiff |
2012-10-24 |
Vadim Zeitlin | Respect wxFileName::DontFollowLink() in wxFileSystemWat... |
tree | commitdiff |
2012-10-24 |
Vadim Zeitlin | Close wxLogWindow automatically if it's the last remain... |
tree | commitdiff |
2012-10-24 |
Vadim Zeitlin | Don't use std::min(), it's not available everywhere. |
tree | commitdiff |
2012-10-23 |
Vadim Zeitlin | Don't follow symlinks in wxFileName::Rmdir(wxPATH_RMDIR... |
tree | commitdiff |
2012-10-23 |
Vadim Zeitlin | Add wxDIR_NO_FOLLOW flag for wxDir iteration. |
tree | commitdiff |
2012-10-23 |
Vadim Zeitlin | Change the way directory iteration flags are constructed. |
tree | commitdiff |
2012-10-23 |
Paul Cornett | non-pch build fix |
tree | commitdiff |
2012-10-23 |
Paul Cornett | Minor changes to some comments |
tree | commitdiff |
2012-10-23 |
Vadim Zeitlin | Fix for PCH-less compilation of wxRibbonXmlHandler. |
tree | commitdiff |
2012-10-23 |
Vadim Zeitlin | Add support for wxRibbonBar and related controls to... |
tree | commitdiff |
2012-10-23 |
Vadim Zeitlin | Add support for wxAuiNotebook to XRC. |
tree | commitdiff |
2012-10-23 |
Vadim Zeitlin | Refactor wxXRC to allow defining handlers outside of... |
tree | commitdiff |
2012-10-23 |
Vadim Zeitlin | Process pending events from wxYield() in wxGTK. |
tree | commitdiff |
2012-10-23 |
Vadim Zeitlin | Add wxEvtHandler::CallAfter() for asynchronous method... |
tree | commitdiff |
2012-10-22 |
Vadim Zeitlin | Fix border size computation in wxAuiTabArt. |
tree | commitdiff |
2012-10-22 |
Vadim Zeitlin | Set C++ global locale too in wxAppTraitsBase::SetLocale(). |
tree | commitdiff |
2012-10-22 |
Vadim Zeitlin | Revert accidental incompatible change to wxFileName... |
tree | commitdiff |
2012-10-22 |
Vadim Zeitlin | Ensure the correct cleanup order for GDI+-related modul... |
tree | commitdiff |
2012-10-21 |
Vadim Zeitlin | Remove unnecessary SetInitialSize() from wxGTK wxComboB... |
tree | commitdiff |
2012-10-21 |
Steve Lamerton | Explicitly unregister custom wxWebViewIE namespaces... |
tree | commitdiff |
2012-10-19 |
Vadim Zeitlin | Update header control when wxPropertyGridManager is... |
tree | commitdiff |
2012-10-19 |
Vadim Zeitlin | Allow specifying all wxFlexGridSizer parameters in... |
tree | commitdiff |
2012-10-19 |
Vadim Zeitlin | Add more error checks to XRC handler for longs, doubles... |
tree | commitdiff |
2012-10-19 |
Vadim Zeitlin | Add missing styles support to wxWindow XRC handler. |
tree | commitdiff |
2012-10-19 |
Vadim Zeitlin | Allow testing for existence of specific file types... |
tree | commitdiff |
2012-10-19 |
Vadim Zeitlin | Remove assert checking for valid font in wxMSW wxDC... |
tree | commitdiff |
2012-10-19 |
Vadim Zeitlin | Invalidate wxGrid best size when the grid is changed. |
tree | commitdiff |
2012-10-18 |
Vadim Zeitlin | Fix bug in wxFileName::Exists("/"). |
tree | commitdiff |
2012-10-18 |
Robin Dunn | non-pch build fix |
tree | commitdiff |
2012-10-18 |
Paul Cornett | non-pch build fix |
tree | commitdiff |
2012-10-17 |
Vadim Zeitlin | Fix crash in wxDC::GetMultiLineTextExtent() after last... |
tree | commitdiff |
2012-10-17 |
Vadim Zeitlin | Factor out text measurement from wxDC and wxWindow... |
tree | commitdiff |
2012-10-17 |
Vadim Zeitlin | Fix wxGrid editors background painting. |
tree | commitdiff |
2012-10-17 |
Paul Cornett | Disconnect all GTK signals referencing a wx object... |
tree | commitdiff |
2012-10-16 |
Vadim Zeitlin | Define CLSID_DragDropHelper ourselves to fix VC6 build. |
tree | commitdiff |
2012-10-16 |
Paul Cornett | fix crash in wxWindowGTK::GTKHandleUnrealize(), closes... |
tree | commitdiff |
2012-10-16 |
Vadim Zeitlin | Use the correct window as parent of wxInfoBar close... |
tree | commitdiff |
2012-10-16 |
Vadim Zeitlin | Improve inotify()-based wxFileSystemWatcher to handle... |
tree | commitdiff |
2012-10-16 |
Vadim Zeitlin | Add a debug helper to show information about a GtkWidge... |
tree | commitdiff |
2012-10-15 |
Vadim Zeitlin | Fix bug in Unix wxFileSystemWatcher implementation... |
tree | commitdiff |
2012-10-15 |
Vadim Zeitlin | Check for filespec when generating events in wxFileSyst... |
tree | commitdiff |
2012-10-15 |
Vadim Zeitlin | Add support for symlinks to wxFileName. |
tree | commitdiff |
2012-10-15 |
Vadim Zeitlin | Make wxFileSystemWatcher watch entries reference-counted. |
tree | commitdiff |
2012-10-15 |
Vadim Zeitlin | Improve handling of file spec in wxFileSystemWatcher... |
tree | commitdiff |
2012-10-14 |
Václav Slavík | anybutton.cpp compilation fix for wxUSE_IMAGE=0. |
tree | commitdiff |
2012-10-14 |
Václav Slavík | Compilation fix - wx/vector.h is not part of PCH. |
tree | commitdiff |
2012-10-14 |
Václav Slavík | wxDisplay only needs dynlib.h, not dynload.h. |
tree | commitdiff |
2012-10-14 |
Vadim Zeitlin | Make GetClippingBox() work for wxPrinterDC in wxGTK. |
tree | commitdiff |
2012-10-14 |
Vadim Zeitlin | Provide stand-in IDropTargetHelper definition to fix... |
tree | commitdiff |
2012-10-13 |
Vadim Zeitlin | Make TAB behaviour in wxGrid more configurable. |
tree | commitdiff |
2012-10-13 |
Vadim Zeitlin | No changes, just update a comment about default buttons... |
tree | commitdiff |
2012-10-13 |
Vadim Zeitlin | Display system-provided drag images during drag-and... |
tree | commitdiff |
2012-10-13 |
Vadim Zeitlin | Use a "hidden" dialog, not frame, in sync wxExecute... |
tree | commitdiff |
2012-10-13 |
Vadim Zeitlin | Freeze wxTreeCtrl in wxMSW by hiding it. |
tree | commitdiff |
2012-10-13 |
Vadim Zeitlin | Allow using windows that can't be focused with wxNaviga... |
tree | commitdiff |
2012-10-13 |
Vadim Zeitlin | Use WS_EX_CONTROLPARENT for wxStaticBox in wxMSW. |
tree | commitdiff |
2012-10-13 |
Vadim Zeitlin | Do give focus to the wxNotebook page when switching... |
tree | commitdiff |
2012-10-10 |
Julian Smart | Don't write text if it's empty |
tree | commitdiff |
2012-10-09 |
Vadim Zeitlin | Do return the protocol part from GetLocaltion() for... |
tree | commitdiff |
2012-10-09 |
Vadim Zeitlin | Generate text events in generic wxSpinCtrl itself. |
tree | commitdiff |
2012-10-09 |
Vadim Zeitlin | Fix printing in landscape mode in wxGTK. |
tree | commitdiff |
2012-10-08 |
Vadim Zeitlin | Recreate GtkPrintOperation every time when printing... |
tree | commitdiff |
2012-10-08 |
Vadim Zeitlin | Improve wxAuiNotebook appearance when using some GTK... |
tree | commitdiff |
2012-10-07 |
Vadim Zeitlin | Ensure that key events are sent to focused window first... |
tree | commitdiff |
2012-10-07 |
Vadim Zeitlin | Implement incremental search in wxGenericListCtrl. |
tree | commitdiff |
2012-10-07 |
Vadim Zeitlin | Add a possibility to beep on no match to wxGenericTreeCtrl. |
tree | commitdiff |
2012-10-07 |
Vadim Zeitlin | Fix return value of wxGenericTreeCtrl::FindItem(). |
tree | commitdiff |
2012-10-07 |
Vadim Zeitlin | Handle successive key presses better in wxGenericTreeCt... |
tree | commitdiff |
2012-10-07 |
Vadim Zeitlin | Recognize "_" as alphanumeric key in wxGenericTreeCtrl... |
tree | commitdiff |
2012-10-07 |
Vadim Zeitlin | Fix spurious label editing in generic wx{List,Tree... |
tree | commitdiff |
2012-10-07 |
Vadim Zeitlin | Don't set focus explicitly in wxGenericListCtrl mouse... |
tree | commitdiff |
2012-10-07 |
Vadim Zeitlin | Don't set focus to generic wxDataViewCtrl on any button... |
tree | commitdiff |
2012-10-07 |
Vadim Zeitlin | No real changes, just don't use brush styles for backgr... |
tree | commitdiff |
2012-10-07 |
Vadim Zeitlin | Support some CSS styles for the links in wxHTML too. |
tree | commitdiff |
2012-10-07 |
Vadim Zeitlin | Flush log messages from other threads on shutdown too. |
tree | commitdiff |
2012-10-07 |
Vadim Zeitlin | Update the year in the copyright for wxMSW DLLs. |
tree | commitdiff |
2012-10-07 |
Vadim Zeitlin | Fix drawing of wxAuiNotebook with GTK theme when active... |
tree | commitdiff |
2012-10-07 |
Vadim Zeitlin | Fix test for __WXGTK__ in wxCairoContext. |
tree | commitdiff |
2012-10-07 |
Václav Slavík | Fix wxGenericCollapsiblePane to expand frame's size. |
tree | commitdiff |
2012-10-04 |
Vadim Zeitlin | Add a setting for the disabled text colour to wxRibbon... |
tree | commitdiff |
2012-10-04 |
Vadim Zeitlin | Add a more convenient wxColour::MakeDisabled() overload. |
tree | commitdiff |
2012-10-04 |
Vadim Zeitlin | Remove unneeded variable initializations in wxPM code. |
tree | commitdiff |
2012-10-04 |
Vadim Zeitlin | Fix bugs in the recently added wxDateTime::DiffAsDateSp... |
tree | commitdiff |
2012-10-04 |
Vadim Zeitlin | Fix fatal bug in the recently added wxFile::ReadAll(). |
tree | commitdiff |
2012-10-04 |
Paul Cornett | non-pch build fix |
tree | commitdiff |
2012-10-04 |
Paul Cornett | remove always-true comparison of unsigned value >= 0 |
tree | commitdiff |
2012-10-04 |
Paul Cornett | silence warnings about shadowed variables with GCC... |
tree | commitdiff |
2012-10-03 |
Vadim Zeitlin | Do use IsEscapeKey() in wxDialog escape key handling. |
tree | commitdiff |
2012-10-02 |
Paul Cornett | remove some unnecessary casts |
tree | commitdiff |
2012-10-01 |
Vadim Zeitlin | Fix assert about passing long as "%d" in wxXRC code. |
tree | commitdiff |
2012-10-01 |
Vadim Zeitlin | No changes, just remove some unneeded variables initial... |
tree | commitdiff |
2012-10-01 |
Vadim Zeitlin | Test for wxAuiMDIClientWindow being non-NULL before... |
tree | commitdiff |
2012-10-01 |
Vadim Zeitlin | Add wxDateTime::DiffAsDateSpan(). |
tree | commitdiff |
2012-10-01 |
Vadim Zeitlin | Fix PCH-less build after the changes of r72589. |
tree | commitdiff |
next |