2010-05-16 |
Francesco Montorsi | remove TestTimer() (adds nothing to existing tests... |
tree | commitdiff |
2010-05-16 |
Francesco Montorsi | move TestUtf8() and TestEncodingConverter() functions... |
tree | commitdiff |
2010-05-16 |
Francesco Montorsi | remove ZIP tests: they seem to have been greatly expand... |
tree | commitdiff |
2010-05-16 |
Francesco Montorsi | remove wxDateTime tests which were already extracted... |
tree | commitdiff |
2010-05-16 |
Francesco Montorsi | move TestTextInputStream() function in CppUnit's TextSt... |
tree | commitdiff |
2010-05-15 |
Vadim Zeitlin | Add more tests for wxRendererNative::DrawHeaderButton(). |
tree | commitdiff |
2010-05-13 |
Vadim Zeitlin | Use GetWidgets() in the widgets samples instead of... |
tree | commitdiff |
2010-05-13 |
Vadim Zeitlin | No changes, just cleanup the image part of the docview... |
tree | commitdiff |
2010-05-13 |
Jaakko Salli | Make text drawn by wxGraphicsContext slightly less... |
tree | commitdiff |
2010-05-13 |
Jaakko Salli | Added wxGraphicsContext::Create(const wxEnhMetaFileDC... |
tree | commitdiff |
2010-05-10 |
Francesco Montorsi | move code testing wxThread classes from the console... |
tree | commitdiff |
2010-05-10 |
Vadim Zeitlin | Don't use wxWindow::ClearBackground() in the image... |
tree | commitdiff |
2010-05-10 |
Jaakko Salli | Make text printed by wxGraphicsContext shorter |
tree | commitdiff |
2010-05-10 |
Jaakko Salli | Use wxGraphicsContext to draw some text and a rectangle... |
tree | commitdiff |
2010-05-09 |
Vadim Zeitlin | Add wxWindow::ProcessWindowEventLocally() and use it... |
tree | commitdiff |
2010-05-02 |
Vadim Zeitlin | Add wxTreeCtrl::{Clear,Set}FocusedItem(). |
tree | commitdiff |
2010-04-30 |
Václav Slavík | Check in samples/dll for WXUSINGDLL. |
tree | commitdiff |
2010-04-24 |
Václav Slavík | Fix typo in internat sample. |
tree | commitdiff |
2010-04-21 |
Vadim Zeitlin | No real changes, just fix typos in the ownerdrw sample. |
tree | commitdiff |
2010-04-18 |
Stefan Csomor | render characters on OSX one by one as fractional width... |
tree | commitdiff |
2010-04-18 |
Jaakko Salli | Correctly use wxANY_AS() instead of wxAny::As<>(),... |
tree | commitdiff |
2010-04-16 |
Jaakko Salli | Adapted wxPropertyGrid documentation, samples, tests... |
tree | commitdiff |
2010-04-16 |
Václav Slavík | Remove wxLOCALE_CONV_ENCODING flag. |
tree | commitdiff |
2010-04-16 |
Václav Slavík | Add wxLOCALE_DONT_LOAD_DEFAULT (=0) for clarity. |
tree | commitdiff |
2010-04-16 |
Václav Slavík | Remove wxUSE_WCHAR_T checks. |
tree | commitdiff |
2010-04-12 |
Vadim Zeitlin | Fix gcc warnings about testing undefined preprocessor... |
tree | commitdiff |
2010-04-09 |
Václav Slavík | Regenerated makefiles after removing USE_GDIPLUS. |
tree | commitdiff |
2010-04-09 |
Stefan Csomor | reverting r57083 for OSX, fixes #11922 |
tree | commitdiff |
2010-04-07 |
Stefan Csomor | moving static box construction - z Order makes checkbox... |
tree | commitdiff |
2010-04-06 |
Vadim Zeitlin | Fix more harmless warnings. |
tree | commitdiff |
2010-04-05 |
Vadim Zeitlin | Add support for gradient stops to wxGraphicsContext. |
tree | commitdiff |
2010-04-01 |
Paul Cornett | don't try to create a color named "Default" |
tree | commitdiff |
2010-03-30 |
Jouk Jansen | Defining wxCOMPILE_TIME_ASSERT for OpenVMS |
tree | commitdiff |
2010-03-30 |
Robin Dunn | Apply patch (plus some additional changes) upgrading... |
tree | commitdiff |
2010-03-25 |
Jouk Jansen | Updates to make wxWidgets compaile on OpenVMS again |
tree | commitdiff |
2010-03-23 |
Jouk Jansen | Adding keyboard sample to OpenVMS makefiles |
tree | commitdiff |
2010-03-23 |
Vadim Zeitlin | Implement wxDocument::Revert() and show its use in... |
tree | commitdiff |
2010-03-22 |
Vadim Zeitlin | Let uiaction sample compile even if wxUSE_UIACTIONSIMUL... |
tree | commitdiff |
2010-03-22 |
Vadim Zeitlin | Add wxUSE_UIACTIONSIMULATOR and turn it off by default. |
tree | commitdiff |
2010-03-18 |
Vadim Zeitlin | Ensure that setting wxChoice height to its default... |
tree | commitdiff |
2010-03-14 |
Vadim Zeitlin | Add a "not specified" icon style to the message box... |
tree | commitdiff |
2010-03-13 |
Vadim Zeitlin | Use event tables instead of Bind() in uiaction sample. |
tree | commitdiff |
2010-03-06 |
Kevin Ollivier | Add uncommitted uiaction `sample bakefiles. |
tree | commitdiff |
2010-03-06 |
Kevin Ollivier | Rebake after wxUIActionSimulator addition. |
tree | commitdiff |
2010-03-06 |
Kevin Ollivier | Adding wxUIActionSimulator, a class for programmaticall... |
tree | commitdiff |
2010-03-06 |
Vadim Zeitlin | Reset wxAuiNotebook selection to wxNOT_FOUND if it... |
tree | commitdiff |
2010-03-06 |
Vadim Zeitlin | Fix toggling the header in the generic wxListCtrl. |
tree | commitdiff |
2010-03-05 |
Vadim Zeitlin | Make the code more clear in aui sample and avoid g... |
tree | commitdiff |
2010-03-05 |
Vadim Zeitlin | Avoid conflict between accelerators in the notebook... |
tree | commitdiff |
2010-03-01 |
Jaakko Salli | Have to check for wxPG_SPLITTER_AUTO_CENTER style befor... |
tree | commitdiff |
2010-02-25 |
Jaakko Salli | Fixed property Hide command |
tree | commitdiff |
2010-02-14 |
Jaakko Salli | Added wxPropertyGridInterface::SetColumnProportion... |
tree | commitdiff |
2010-02-08 |
Vadim Zeitlin | Add support for showing "elevation" icon in wxMSW buttons. |
tree | commitdiff |
2010-02-03 |
Vadim Zeitlin | Test wxTE_PROCESS_ENTER style in the widgets sample. |
tree | commitdiff |
2010-01-31 |
Jaakko Salli | Added command to set wxPG_PROP_READONLY in the propgrid... |
tree | commitdiff |
2010-01-28 |
Stefan Csomor | adding window-modal message box sample |
tree | commitdiff |
2010-01-26 |
Vadim Zeitlin | Add wxTreeCtrl::SelectChildren() method. |
tree | commitdiff |
2010-01-24 |
Vadim Zeitlin | Add wxComboBox::Popup() and Dismiss() to manually show... |
tree | commitdiff |
2010-01-24 |
Vadim Zeitlin | No changes, just remove the strange "#if 1". |
tree | commitdiff |
2010-01-23 |
Vadim Zeitlin | Use theme functions for drawing owner-drawn menus. |
tree | commitdiff |
2010-01-18 |
Vadim Zeitlin | Add support for stretchable spacers to XRC wxToolBar... |
tree | commitdiff |
2010-01-18 |
Vadim Zeitlin | Show the more metrics for the selected font in the... |
tree | commitdiff |
2010-01-09 |
Kevin Ollivier | Rebake. |
tree | commitdiff |
2010-01-08 |
Paul Cornett | fix broken #elif |
tree | commitdiff |
2010-01-07 |
Jaakko Salli | Do not use deprecated property attribute wxPG_ATTR_INLI... |
tree | commitdiff |
2010-01-04 |
Kevin Ollivier | Rebake from clean wx tree. |
tree | commitdiff |
2009-12-29 |
Jaakko Salli | Changed wxPropertyCategory to use same cell rendering... |
tree | commitdiff |
2009-12-28 |
Vadim Zeitlin | Ensure that frame is re-laid out when its toolbar is... |
tree | commitdiff |
2009-12-28 |
Vadim Zeitlin | Correct initial value of "Toggle toolbar" check menu... |
tree | commitdiff |
2009-12-26 |
Jaakko Salli | Replaced 'InlineHelp' property attribute with 'Hint... |
tree | commitdiff |
2009-12-22 |
Jaakko Salli | Added wxPropertyGrid::SetUnspecifiedValueAppearance... |
tree | commitdiff |
2009-12-22 |
Vadim Zeitlin | Remove the test of erase background events from the... |
tree | commitdiff |
2009-12-17 |
Vadim Zeitlin | Add test of accelerators using both ASCII and non-ASCII... |
tree | commitdiff |
2009-12-14 |
Jaakko Salli | 'Set to Unspecified' -> 'Set Value to Unspecified' |
tree | commitdiff |
2009-12-13 |
Jaakko Salli | Added wxPropertyGridManager header support; Refactored... |
tree | commitdiff |
2009-12-12 |
Jaakko Salli | Added a proper log frame to the propgrid sample |
tree | commitdiff |
2009-12-12 |
Jaakko Salli | Generate wxPropertyGrid splitter (column divider) event... |
tree | commitdiff |
2009-12-10 |
Vadim Zeitlin | Add support for stretchable spaces to wxToolBar. |
tree | commitdiff |
2009-12-09 |
Vadim Zeitlin | Better handling for asserts in non-main threads. |
tree | commitdiff |
2009-12-09 |
Vadim Zeitlin | No real changes, just remove __WXDEBUG__ tests. |
tree | commitdiff |
2009-12-09 |
Vadim Zeitlin | Override OnAssertFailure() and not deprecated OnAssert... |
tree | commitdiff |
2009-12-09 |
Vadim Zeitlin | Explicitly link the SDK application example with user32... |
tree | commitdiff |
2009-12-08 |
Vadim Zeitlin | Use X64 machine type for MSVC linker instead of old... |
tree | commitdiff |
2009-12-08 |
Vadim Zeitlin | Fix duplicate accelerator use in animate sample. |
tree | commitdiff |
2009-12-08 |
Vadim Zeitlin | Visually show the cells boundaries in layout sample... |
tree | commitdiff |
2009-12-08 |
Julian Smart | Speed up adding pages during freezing |
tree | commitdiff |
2009-12-07 |
Vadim Zeitlin | Add a very simple example of a Win32 application using... |
tree | commitdiff |
2009-12-07 |
Vadim Zeitlin | Use __declspec(dllexport) instead of WXEXPORT in dll... |
tree | commitdiff |
2009-12-07 |
Vadim Zeitlin | Generate erase background events for native controls... |
tree | commitdiff |
2009-12-07 |
Vadim Zeitlin | Use white background by default for multiline readonly... |
tree | commitdiff |
2009-12-07 |
Vadim Zeitlin | Define MY_DLL_BUILDING symbol for dll sample DLL build. |
tree | commitdiff |
2009-12-07 |
Vadim Zeitlin | Add semi-public wxDynamicLibrary::MSWGetModuleHandle(). |
tree | commitdiff |
2009-12-07 |
Vadim Zeitlin | Correct placement of calling convention keyword: must... |
tree | commitdiff |
2009-12-07 |
Vadim Zeitlin | Regenerate dll samples makefiles using the correct... |
tree | commitdiff |
2009-12-07 |
Vadim Zeitlin | Remove a couple of VC6 workspace files for the samples. |
tree | commitdiff |
2009-12-07 |
Vadim Zeitlin | Remove the MSVC solution files added with the new dll... |
tree | commitdiff |
2009-12-05 |
Václav Slavík | Added samples/dll for showing how to use wxWidgets... |
tree | commitdiff |
2009-12-03 |
Vadim Zeitlin | Suppress errors from static bitmap page of widgets... |
tree | commitdiff |
2009-11-30 |
Vadim Zeitlin | Fix compilation of image sample with wxUSE_LIBPNG==0. |
tree | commitdiff |
2009-11-27 |
Vadim Zeitlin | Allow changing horizontal alignment of numeric cells... |
tree | commitdiff |
next |