2010-11-13 |
Vadim Zeitlin | Add a beginning of wxMenu unit test. |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Vadim Zeitlin | Make menu operations always work with "Test" menu in... |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Vadim Zeitlin | Fix resizing of wxGrid columns when they were reordered. |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Jouk Jansen | Update SETUP for OpenVMS |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Michael Wetherell | Use wxFS_SEEKABLE flag loading images. |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Vadim Zeitlin | Improve check for ASCII locale in wxGTK initialization... |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Vadim Zeitlin | Initialize wxCSConv immediately instead of deferring it. |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Vadim Zeitlin | Fix typo in error message given if wxUSE_CAIRO is undef... |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Robin Dunn | No docs yet, just the bare interace so we can get XML... |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Robin Dunn | Fix a parameter type and add some missing const keywords |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Vadim Zeitlin | Disable unit tests which can't work in ANSI build. |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Vadim Zeitlin | Use wxString::To8BitData() instead of mb_str() to handl... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Vadim Zeitlin | Fix wxString::{Before,After}{First,Last} unit test... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Vadim Zeitlin | Don't check for wxDF_UNICODETEXT support in ANSI builds. |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Vadim Zeitlin | Initialize paragraph descent in wxRichTextParagraph... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Vadim Zeitlin | Don't crash in wxGUIEventLoop::Exit() if not running... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Vadim Zeitlin | Implement bitmap mask copying in wxX11. |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Vadim Zeitlin | Don't test for DC validity in wxX11 wxDC text extent... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Vadim Zeitlin | Disable measuring context unit test for wxX11. |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Vadim Zeitlin | Use Cairo for wxGraphicsContext in wxX11. |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Vadim Zeitlin | Disable unit test for wxColour alpha under wxX11. |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Vadim Zeitlin | Fix signed/unsigned comparison warnings in wxUniv wxNot... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Vadim Zeitlin | Add #if checks fixing minimal wxGTK build. |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Vadim Zeitlin | Fix harmless unused parameter warnings in minimal build. |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Vadim Zeitlin | Don't exclude a bunch of wxDir methods when wxUSE_LONGL... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Vadim Zeitlin | Fix wxGLCanvas compilation with wxUSE_PALETTE==0. |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Vadim Zeitlin | Fix wxStandardDialogLayoutAdapter compilation with... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Vadim Zeitlin | Make wxBitmap::ConvertToDisabled() available in all... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Vadim Zeitlin | Disconnect "hide" menu signal to fix menu destruction... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Vadim Zeitlin | Add a test for deleting a sub-menu to the menu sample. |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Vadim Zeitlin | Fix wxUSE_DC_CACHEING spelling in the documentation. |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Vadim Zeitlin | No changes, just simplify docview sample a bit. |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Vadim Zeitlin | Correct wxID_SEPARATOR description in menu documentation. |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Vadim Zeitlin | Fix preprocessor definitions for wxBase build under... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Vadim Zeitlin | Fix timeval struct initialization in wxSelectDispatcher. |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Vadim Zeitlin | Fix crash in wxCFEventLoop::AddSourceForFD(). |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Vadim Zeitlin | Remove non-existent functions declarations from wxOSX... |
commit | commitdiff | tree | snapshot |
2010-11-08 |
Vadim Zeitlin | Document wxRenameFile() behaviour when destination... |
commit | commitdiff | tree | snapshot |
2010-11-08 |
Vadim Zeitlin | Unload bogus XRC resources in "garbage" unit test. |
commit | commitdiff | tree | snapshot |
2010-11-08 |
Vadim Zeitlin | Fix crash in XRC ID range support code. |
commit | commitdiff | tree | snapshot |
2010-11-07 |
Vadim Zeitlin | Compilation fix for STL build after ID range changes... |
commit | commitdiff | tree | snapshot |
2010-11-07 |
Vadim Zeitlin | Factor our hash function used for XRC ids hash map. |
commit | commitdiff | tree | snapshot |
2010-11-07 |
Vadim Zeitlin | Fix memory leak of XRC ids introduced by the ID range... |
commit | commitdiff | tree | snapshot |
2010-11-07 |
Vadim Zeitlin | Reformat long lines in the new part of the xrc sample. |
commit | commitdiff | tree | snapshot |
2010-11-07 |
Vadim Zeitlin | Use Connect() of Bind() in the new part of xrc sample. |
commit | commitdiff | tree | snapshot |
2010-11-07 |
Vadim Zeitlin | Test both ChangeSelection() and SetSelection() in noteb... |
commit | commitdiff | tree | snapshot |
2010-11-07 |
Vadim Zeitlin | Don't require skipping "page changed" event in wxMSW... |
commit | commitdiff | tree | snapshot |
2010-11-07 |
Vadim Zeitlin | Add support for id ranges to XRC. |
commit | commitdiff | tree | snapshot |
2010-11-07 |
Vadim Zeitlin | Make wxXmlResource::ReportError() wxXmlNode parameter... |
commit | commitdiff | tree | snapshot |
2010-11-07 |
Vadim Zeitlin | Mention the GUI test in the unit test tech note. |
commit | commitdiff | tree | snapshot |
2010-11-07 |
Vadim Zeitlin | Update and reorganize XRC overview to make it more... |
commit | commitdiff | tree | snapshot |
2010-11-07 |
Peter Cawley | Add support for toggle buttons to wxRibbonButtonBar. |
commit | commitdiff | tree | snapshot |
2010-11-07 |
Vadim Zeitlin | Fix build with Borland C++ compiler. |
commit | commitdiff | tree | snapshot |
2010-11-07 |
Vadim Zeitlin | Update all windows associated with the tooltip when... |
commit | commitdiff | tree | snapshot |
2010-11-07 |
Stefan Csomor | disable code because of OS bug, fixes #12478, fixes... |
commit | commitdiff | tree | snapshot |
2010-11-06 |
Peter Cawley | Improve behaviour of scrolling through a ribbon gallery. |
commit | commitdiff | tree | snapshot |
2010-11-06 |
Stefan Csomor | routing the tab, return events for single line fields... |
commit | commitdiff | tree | snapshot |
2010-11-06 |
Stefan Csomor | implementing turning off of default button as well |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Vadim Zeitlin | Minor cosmetic fix to generic check tools appearance... |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Vadim Zeitlin | Fix check toolbar items behaviour in non-native toolbar... |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Vadim Zeitlin | Avoid using wx GDI classes from non-main thread in... |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Vadim Zeitlin | Really update tooltip when wxToolBar::SetShortHelp... |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Vadim Zeitlin | Remove trailing comma from an enum. |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Vadim Zeitlin | Show the first, not the last, inserted item in wxListBo... |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Vadim Zeitlin | Use CGFloat instead of float for mouse wheel event... |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Vadim Zeitlin | Fix showing the frames full screen under OS X. |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Vadim Zeitlin | Improve default position for new TLWs in wxOSX. |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Vadim Zeitlin | Ensure that strings returned by wxMBConv_cf are in... |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Vadim Zeitlin | Remove duplicate wxEVT_COMMAND_TEXT_ENTER generation... |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Vadim Zeitlin | Don't update scrollbars when the window is being destro... |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Vadim Zeitlin | Fix crash in wxColour ctor from NSColor in wxOSX/Cocoa. |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Vadim Zeitlin | Remove unnecessary wxOSX_USE_COCOA guards in Cocoa... |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Vadim Zeitlin | Assume sizeof(wchar_t) is always 4 under OS X. |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Vadim Zeitlin | Add another test for the insertion point position after... |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Vadim Zeitlin | Disable keyboard unit test with wxUIActionSimulator... |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Chris Elliott | add execmon to CE exclude (no console) |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Chris Elliott | missing namespace |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Chris Elliott | missing namespace |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Vadim Zeitlin | Remove test code accidentally committed as part of... |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Jouk Jansen | Update OpenVMS makefiles |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Vadim Zeitlin | Correct a trivial typo in wxLog documentation. |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Vadim Zeitlin | Use explicit menu item background if it's given under... |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Vadim Zeitlin | No changes, just use RAII-based classes in MSW owner... |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Vadim Zeitlin | Pas long to _get_timezone() even for VC8. |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Jouk Jansen | Updating makefiles for OpenVMS |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Vadim Zeitlin | Remove unused mouse event handler from dataview sample. |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Vadim Zeitlin | Remove unnecessary tests for m_log from dataview sample. |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Vadim Zeitlin | Add wxAuiPaneInfo::IsDockable(). |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Vadim Zeitlin | Set column field of wxDVC ITEM_{ACTIVATED,CONTEXT_MENU... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Vadim Zeitlin | Don't dock undockable panes in wxAuiManager::LoadPerspe... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Vadim Zeitlin | Optimize wxDataViewMainWindow::FindNode() in generic... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Vadim Zeitlin | Don't copy potentially big arrays in generic wxDataView... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Vadim Zeitlin | Handle wxLOCALE_DECIMAL_POINT in wxLOCALE_CAT_MONEY... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Vadim Zeitlin | Support wxLOCALE_THOUSANDS_SEP in wxMSW wxLocale::GetIn... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Jouk Jansen | replace m_nSelection by m_selection |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Jouk Jansen | Update OpenVMS compile support |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Václav Slavík | Fix compilation error in wxImplicitConversionType<... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Vadim Zeitlin | Use _get_timezone() function instead of _timezone with... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Vadim Zeitlin | Make write end of the child process pipe non-blocking... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Vadim Zeitlin | Refactor: extract code to make an fd non-clocking into... |
commit | commitdiff | tree | snapshot |
next |