2012-11-04 |
Vadim Zeitlin | Implement setting default wxTextCtrl style in wxOSX. |
tree | commitdiff |
2012-11-04 |
Vadim Zeitlin | No changes, just remove unnecessary wxTextAttr tests. |
tree | commitdiff |
2012-11-04 |
Vadim Zeitlin | Suppress warnings about NSText not responding to setAll... |
tree | commitdiff |
2012-11-04 |
Vadim Zeitlin | Update the button bezel to account for multi-line label... |
tree | commitdiff |
2012-11-04 |
Vadim Zeitlin | No changes, just rename OSXSetAcceleratorFromLabel(). |
tree | commitdiff |
2012-11-04 |
Vadim Zeitlin | No real change, just make bezel setting code in wxOSX... |
tree | commitdiff |
2012-11-04 |
Vadim Zeitlin | Revert "Fix the pages range in the print dialog in... |
tree | commitdiff |
2012-11-04 |
Vadim Zeitlin | Update tree control layout in EditLabel() for wxOSX... |
tree | commitdiff |
2012-11-04 |
Paul Cornett | fix setting background color in wxGTK3 with themes... |
tree | commitdiff |
2012-11-02 |
Stefan Csomor | using smaller size for font on non native toolbar |
tree | commitdiff |
2012-11-02 |
Stefan Csomor | fixing class |
tree | commitdiff |
2012-11-02 |
Stefan Csomor | using button impl |
tree | commitdiff |
2012-11-02 |
Stefan Csomor | exposing common used button impl class |
tree | commitdiff |
2012-11-01 |
Vadim Zeitlin | Refactor and simplify wxChoice::DoGetBestSize(). |
tree | commitdiff |
2012-11-01 |
Vadim Zeitlin | Invalidate best size of wxOSX wxChoice after its number... |
tree | commitdiff |
2012-11-01 |
Vadim Zeitlin | Always set the font to use in wxMSW wxTextMeasure when... |
tree | commitdiff |
2012-11-01 |
Vadim Zeitlin | Allow constructing wxGTK wxTextMeasure with NULL font. |
tree | commitdiff |
2012-11-01 |
Vadim Zeitlin | Don't crash in wxHTML when parsing empty tables with... |
tree | commitdiff |
2012-11-01 |
Vadim Zeitlin | Added wxEVT_COMMAND_DIRCTRL_CHANGED for wxDirCtrl selec... |
tree | commitdiff |
2012-11-01 |
Vadim Zeitlin | No changes, just some cleanup in wxGenericDirCtrl code. |
tree | commitdiff |
2012-11-01 |
Václav Slavík | Add wxTEST_DIALOG for testing of modal dialogs. |
tree | commitdiff |
2012-10-31 |
Stefan Csomor | adding principal class for command line builds (High... |
tree | commitdiff |
2012-10-31 |
Paul Cornett | fix WakeUpIdle() when called from another thread while... |
tree | commitdiff |
2012-10-31 |
Vadim Zeitlin | Define wxSOCKET_XXX flags as wxSOCKET_XXX_READ|wxSOCKET... |
tree | commitdiff |
2012-10-29 |
Vadim Zeitlin | Add wxDirCtrl::GetPath(). |
tree | commitdiff |
2012-10-29 |
Vadim Zeitlin | Get rid of wxAuiToolBar::m_style and just use base... |
tree | commitdiff |
2012-10-29 |
Vadim Zeitlin | Fix the use of obsolete wxDD_NEW_DIR_BUTTON in wxOSX. |
tree | commitdiff |
2012-10-29 |
Vadim Zeitlin | No changes, just avoid code duplication in wxOSX wxDirD... |
tree | commitdiff |
2012-10-29 |
Vadim Zeitlin | Avoid double destruction of wxTipWindow under wxOSX. |
tree | commitdiff |
2012-10-28 |
Vadim Zeitlin | Implement support for button mnemonics in wxOSX/Cocoa. |
tree | commitdiff |
2012-10-28 |
Vadim Zeitlin | Improve splitter appearance in wxOSX/Cocoa. |
tree | commitdiff |
2012-10-28 |
Vadim Zeitlin | Implement image support for wxNotebook pages in wxOSX... |
tree | commitdiff |
2012-10-28 |
Vadim Zeitlin | Fix the pages range in the print dialog in wxOSX. |
tree | commitdiff |
2012-10-27 |
Vadim Zeitlin | Allow using wxTextMeasure::GetLargestStringExtent(... |
tree | commitdiff |
2012-10-27 |
Vadim Zeitlin | Allow wxTextMeasure to work with non-native wxDC object... |
tree | commitdiff |
2012-10-27 |
Vadim Zeitlin | Fix warning about signed/unsigned comparison in wxFile... |
tree | commitdiff |
2012-10-27 |
Vadim Zeitlin | Just fix header comments of wxTextMeasure-related files... |
tree | commitdiff |
2012-10-27 |
Robin Dunn | Generate the interface file for STC from gen_iface... |
tree | commitdiff |
2012-10-27 |
Vadim Zeitlin | Add wxAuiToolBar::Create(). |
tree | commitdiff |
2012-10-27 |
Vadim Zeitlin | Break implicit dependency of "core" on "adv" via wxXmlR... |
tree | commitdiff |
2012-10-25 |
Vadim Zeitlin | Compilation fix for STL build after the last commit. |
tree | commitdiff |
2012-10-25 |
Vadim Zeitlin | Store the selected directory in wxGTK wxDirDialog. |
tree | commitdiff |
2012-10-25 |
Vadim Zeitlin | Prevent pasting too much text into limited length wxTex... |
tree | commitdiff |
2012-10-25 |
Vadim Zeitlin | Make wxFILE_EXISTS_SYMLINK work on its own, without... |
tree | commitdiff |
2012-10-25 |
Vadim Zeitlin | Include wx/xml/xml.h from the XRC handlers that need it. |
tree | commitdiff |
2012-10-24 |
Vadim Zeitlin | Implement clipping in wxSVGFileDC. |
tree | commitdiff |
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 |
next |