2010-11-22 |
Vadim Zeitlin | Use status full, not client, size to determine frame... |
tree | commitdiff |
2010-11-22 |
Vadim Zeitlin | Send page changed event after changing the page in... |
tree | commitdiff |
2010-11-20 |
Vadim Zeitlin | Don't keep entries for XRC resources that failed to... |
tree | commitdiff |
2010-11-20 |
Vadim Zeitlin | Don't consider extra ".." an error in wxFileName::Norma... |
tree | commitdiff |
2010-11-20 |
Jaakko Salli | Reworked wxSystemColourProperty::StringToValue() to... |
tree | commitdiff |
2010-11-18 |
Vadim Zeitlin | Check wxDateTime components validity more rigorously. |
tree | commitdiff |
2010-11-18 |
Vadim Zeitlin | Explicitly include "wx/dynlib.h" from src/msw/combobox... |
tree | commitdiff |
2010-11-17 |
Paul Cornett | remove const from by-value return type, it's useless |
tree | commitdiff |
2010-11-17 |
Vadim Zeitlin | Simplify wxMSW wxMenuBar title management. |
tree | commitdiff |
2010-11-17 |
Vadim Zeitlin | No real changes, just minor cleanup of wxImage code. |
tree | commitdiff |
2010-11-17 |
Vadim Zeitlin | Don't pass a bool to wxImage::MakeEmptyClone() which... |
tree | commitdiff |
2010-11-16 |
Vadim Zeitlin | Correct form of mnemonics returned by wxGTK wxMenu... |
tree | commitdiff |
2010-11-16 |
Vadim Zeitlin | Add more checks for wxUSE_DYNLIB_CLASS to wxMSW. |
tree | commitdiff |
2010-11-16 |
Vadim Zeitlin | Correct checks for wxUSE_PRINTING_ARCHITECTURE and... |
tree | commitdiff |
2010-11-16 |
Vadim Zeitlin | Correct wxMSW wxToolTip behaviour for wxRadioBox items... |
tree | commitdiff |
2010-11-16 |
Vadim Zeitlin | No changes, just refactor common code in wxImage clonin... |
tree | commitdiff |
2010-11-16 |
Vadim Zeitlin | Fix crashes in wxDateTime::ParseDate() for some invalid... |
tree | commitdiff |
2010-11-15 |
Vadim Zeitlin | VC6 compilation fix in wxDIB::Create(). |
tree | commitdiff |
2010-11-14 |
Vadim Zeitlin | Restore code for closing inherited file descriptors... |
tree | commitdiff |
2010-11-14 |
Vadim Zeitlin | Fix spurious errors when writing to the child process... |
tree | commitdiff |
2010-11-14 |
Vadim Zeitlin | No real changes, just reamed HAS_PIPE_INPUT_STREAM. |
tree | commitdiff |
2010-11-14 |
Vadim Zeitlin | Add wxFile::{Get,Clear}LastError() functions. |
tree | commitdiff |
2010-11-14 |
Vadim Zeitlin | Handle image hot spot in wxImage::Rotate180(). |
tree | commitdiff |
2010-11-14 |
Vadim Zeitlin | Add wxImage::Rotate180() function. |
tree | commitdiff |
2010-11-14 |
Vadim Zeitlin | Handle hot spots in wxImage::Rotate90(). |
tree | commitdiff |
2010-11-13 |
Vadim Zeitlin | Don't put cursor at the end of wxGridCellEnumEditor... |
tree | commitdiff |
2010-11-13 |
Vadim Zeitlin | Initialize scrollbar positions in wxGTK correctly. |
tree | commitdiff |
2010-11-13 |
Vadim Zeitlin | Don't assert if config file contains an invalid boolean... |
tree | commitdiff |
2010-11-13 |
Vadim Zeitlin | Fix resizing of wxGrid columns when they were reordered. |
tree | commitdiff |
2010-11-11 |
Michael Wetherell | Use wxFS_SEEKABLE flag loading images. |
tree | commitdiff |
2010-11-11 |
Vadim Zeitlin | Improve check for ASCII locale in wxGTK initialization... |
tree | commitdiff |
2010-11-11 |
Vadim Zeitlin | Initialize wxCSConv immediately instead of deferring it. |
tree | commitdiff |
2010-11-10 |
Vadim Zeitlin | Don't check for wxDF_UNICODETEXT support in ANSI builds. |
tree | commitdiff |
2010-11-10 |
Vadim Zeitlin | Initialize paragraph descent in wxRichTextParagraph... |
tree | commitdiff |
2010-11-10 |
Vadim Zeitlin | Don't crash in wxGUIEventLoop::Exit() if not running... |
tree | commitdiff |
2010-11-10 |
Vadim Zeitlin | Implement bitmap mask copying in wxX11. |
tree | commitdiff |
2010-11-10 |
Vadim Zeitlin | Don't test for DC validity in wxX11 wxDC text extent... |
tree | commitdiff |
2010-11-10 |
Vadim Zeitlin | Use Cairo for wxGraphicsContext in wxX11. |
tree | commitdiff |
2010-11-10 |
Vadim Zeitlin | Fix signed/unsigned comparison warnings in wxUniv wxNot... |
tree | commitdiff |
2010-11-10 |
Vadim Zeitlin | Add #if checks fixing minimal wxGTK build. |
tree | commitdiff |
2010-11-10 |
Vadim Zeitlin | Fix harmless unused parameter warnings in minimal build. |
tree | commitdiff |
2010-11-10 |
Vadim Zeitlin | Don't exclude a bunch of wxDir methods when wxUSE_LONGL... |
tree | commitdiff |
2010-11-10 |
Vadim Zeitlin | Fix wxGLCanvas compilation with wxUSE_PALETTE==0. |
tree | commitdiff |
2010-11-10 |
Vadim Zeitlin | Fix wxStandardDialogLayoutAdapter compilation with... |
tree | commitdiff |
2010-11-10 |
Vadim Zeitlin | Make wxBitmap::ConvertToDisabled() available in all... |
tree | commitdiff |
2010-11-10 |
Vadim Zeitlin | Disconnect "hide" menu signal to fix menu destruction... |
tree | commitdiff |
2010-11-09 |
Vadim Zeitlin | Fix preprocessor definitions for wxBase build under... |
tree | commitdiff |
2010-11-09 |
Vadim Zeitlin | Fix timeval struct initialization in wxSelectDispatcher. |
tree | commitdiff |
2010-11-09 |
Vadim Zeitlin | Fix crash in wxCFEventLoop::AddSourceForFD(). |
tree | commitdiff |
2010-11-08 |
Vadim Zeitlin | Fix crash in XRC ID range support code. |
tree | commitdiff |
2010-11-07 |
Vadim Zeitlin | Compilation fix for STL build after ID range changes... |
tree | commitdiff |
2010-11-07 |
Vadim Zeitlin | Factor our hash function used for XRC ids hash map. |
tree | commitdiff |
2010-11-07 |
Vadim Zeitlin | Fix memory leak of XRC ids introduced by the ID range... |
tree | commitdiff |
2010-11-07 |
Vadim Zeitlin | Don't require skipping "page changed" event in wxMSW... |
tree | commitdiff |
2010-11-07 |
Vadim Zeitlin | Add support for id ranges to XRC. |
tree | commitdiff |
2010-11-07 |
Vadim Zeitlin | Make wxXmlResource::ReportError() wxXmlNode parameter... |
tree | commitdiff |
2010-11-07 |
Peter Cawley | Add support for toggle buttons to wxRibbonButtonBar. |
tree | commitdiff |
2010-11-07 |
Vadim Zeitlin | Fix build with Borland C++ compiler. |
tree | commitdiff |
2010-11-07 |
Vadim Zeitlin | Update all windows associated with the tooltip when... |
tree | commitdiff |
2010-11-07 |
Stefan Csomor | disable code because of OS bug, fixes #12478, fixes... |
tree | commitdiff |
2010-11-06 |
Peter Cawley | Improve behaviour of scrolling through a ribbon gallery. |
tree | commitdiff |
2010-11-06 |
Stefan Csomor | routing the tab, return events for single line fields... |
tree | commitdiff |
2010-11-06 |
Stefan Csomor | implementing turning off of default button as well |
tree | commitdiff |
2010-11-05 |
Vadim Zeitlin | Minor cosmetic fix to generic check tools appearance... |
tree | commitdiff |
2010-11-05 |
Vadim Zeitlin | Fix check toolbar items behaviour in non-native toolbar... |
tree | commitdiff |
2010-11-05 |
Vadim Zeitlin | Avoid using wx GDI classes from non-main thread in... |
tree | commitdiff |
2010-11-05 |
Vadim Zeitlin | Really update tooltip when wxToolBar::SetShortHelp... |
tree | commitdiff |
2010-11-05 |
Vadim Zeitlin | Show the first, not the last, inserted item in wxListBo... |
tree | commitdiff |
2010-11-05 |
Vadim Zeitlin | Use CGFloat instead of float for mouse wheel event... |
tree | commitdiff |
2010-11-05 |
Vadim Zeitlin | Fix showing the frames full screen under OS X. |
tree | commitdiff |
2010-11-05 |
Vadim Zeitlin | Improve default position for new TLWs in wxOSX. |
tree | commitdiff |
2010-11-05 |
Vadim Zeitlin | Ensure that strings returned by wxMBConv_cf are in... |
tree | commitdiff |
2010-11-05 |
Vadim Zeitlin | Remove duplicate wxEVT_COMMAND_TEXT_ENTER generation... |
tree | commitdiff |
2010-11-05 |
Vadim Zeitlin | Don't update scrollbars when the window is being destro... |
tree | commitdiff |
2010-11-05 |
Vadim Zeitlin | Fix crash in wxColour ctor from NSColor in wxOSX/Cocoa. |
tree | commitdiff |
2010-11-05 |
Vadim Zeitlin | Remove unnecessary wxOSX_USE_COCOA guards in Cocoa... |
tree | commitdiff |
2010-11-05 |
Vadim Zeitlin | Assume sizeof(wchar_t) is always 4 under OS X. |
tree | commitdiff |
2010-11-05 |
Jouk Jansen | Update OpenVMS makefiles |
tree | commitdiff |
2010-11-04 |
Vadim Zeitlin | Use explicit menu item background if it's given under... |
tree | commitdiff |
2010-11-04 |
Vadim Zeitlin | No changes, just use RAII-based classes in MSW owner... |
tree | commitdiff |
2010-11-04 |
Vadim Zeitlin | Pas long to _get_timezone() even for VC8. |
tree | commitdiff |
2010-11-04 |
Jouk Jansen | Updating makefiles for OpenVMS |
tree | commitdiff |
2010-11-03 |
Vadim Zeitlin | Set column field of wxDVC ITEM_{ACTIVATED,CONTEXT_MENU... |
tree | commitdiff |
2010-11-03 |
Vadim Zeitlin | Don't dock undockable panes in wxAuiManager::LoadPerspe... |
tree | commitdiff |
2010-11-03 |
Vadim Zeitlin | Optimize wxDataViewMainWindow::FindNode() in generic... |
tree | commitdiff |
2010-11-03 |
Vadim Zeitlin | Don't copy potentially big arrays in generic wxDataView... |
tree | commitdiff |
2010-11-03 |
Vadim Zeitlin | Handle wxLOCALE_DECIMAL_POINT in wxLOCALE_CAT_MONEY... |
tree | commitdiff |
2010-11-03 |
Vadim Zeitlin | Support wxLOCALE_THOUSANDS_SEP in wxMSW wxLocale::GetIn... |
tree | commitdiff |
2010-11-03 |
Jouk Jansen | replace m_nSelection by m_selection |
tree | commitdiff |
2010-11-03 |
Jouk Jansen | Update OpenVMS compile support |
tree | commitdiff |
2010-11-02 |
Vadim Zeitlin | Use _get_timezone() function instead of _timezone with... |
tree | commitdiff |
2010-11-02 |
Vadim Zeitlin | Make write end of the child process pipe non-blocking... |
tree | commitdiff |
2010-11-02 |
Vadim Zeitlin | Refactor: extract code to make an fd non-clocking into... |
tree | commitdiff |
2010-11-02 |
Vadim Zeitlin | Don't scroll the grid too much to bring selection in... |
tree | commitdiff |
2010-11-02 |
Vadim Zeitlin | Changed wxImage::ConvertAlphaToMask() return type to... |
tree | commitdiff |
2010-11-02 |
Vadim Zeitlin | Avoid crash when releasing the mouse in wxRibbonToolBar. |
tree | commitdiff |
2010-11-02 |
Robin Dunn | Add some asserts to ensure cols and rows are >= 0 to... |
tree | commitdiff |
2010-11-01 |
Jouk Jansen | Create work-around for wxGetEnvMap on OpenVMS (correction) |
tree | commitdiff |
2010-11-01 |
Jouk Jansen | Create work-around for wxGetEnvMap on OpenVMS |
tree | commitdiff |
2010-10-31 |
Vadim Zeitlin | Make wxMBConv_iconv MT-safe by not using wxString in it. |
tree | commitdiff |
next |