2010-11-17 |
Paul Cornett | remove const from by-value return type, it's useless |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Vadim Zeitlin | Remove obsolete warning from wxMenuBar::GetTitle()... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Vadim Zeitlin | Simplify wxMSW wxMenuBar title management. |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Vadim Zeitlin | No real changes, just minor cleanup of wxImage code. |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Vadim Zeitlin | Don't pass a bool to wxImage::MakeEmptyClone() which... |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Vadim Zeitlin | Correct form of mnemonics returned by wxGTK wxMenu... |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Vadim Zeitlin | Emphasize that wxUSE_DYNLIB_CLASS shouldn't be disabled... |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Vadim Zeitlin | Add more checks for wxUSE_DYNLIB_CLASS to wxMSW. |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Vadim Zeitlin | Correct checks for wxUSE_PRINTING_ARCHITECTURE and... |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Vadim Zeitlin | Avoid asserts due to not overriding OnGetItemText(... |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Vadim Zeitlin | Add an explicit SetFocus() call to fix wxTreeCtrl unit... |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Vadim Zeitlin | Correct wxMSW wxToolTip behaviour for wxRadioBox items... |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Vadim Zeitlin | Don't use some "recent" C++98 features not supported... |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Vadim Zeitlin | No changes, just refactor common code in wxImage clonin... |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Vadim Zeitlin | Fix crashes in wxDateTime::ParseDate() for some invalid... |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Jouk Jansen | Update OpenVMS makefile |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Vadim Zeitlin | VC6 compilation fix in wxDIB::Create(). |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Vadim Zeitlin | Fix incorrect use of word "alternative" in the document... |
commit | commitdiff | tree | snapshot |
2010-11-14 |
Vadim Zeitlin | Restore code for closing inherited file descriptors... |
commit | commitdiff | tree | snapshot |
2010-11-14 |
Vadim Zeitlin | Fix spurious errors when writing to the child process... |
commit | commitdiff | tree | snapshot |
2010-11-14 |
Vadim Zeitlin | No real changes, just reamed HAS_PIPE_INPUT_STREAM. |
commit | commitdiff | tree | snapshot |
2010-11-14 |
Vadim Zeitlin | Add wxFile::{Get,Clear}LastError() functions. |
commit | commitdiff | tree | snapshot |
2010-11-14 |
Vadim Zeitlin | Handle image hot spot in wxImage::Rotate180(). |
commit | commitdiff | tree | snapshot |
2010-11-14 |
Vadim Zeitlin | Add wxImage::Rotate180() function. |
commit | commitdiff | tree | snapshot |
2010-11-14 |
Vadim Zeitlin | Handle hot spots in wxImage::Rotate90(). |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Vadim Zeitlin | Don't use standard menu ids in the unit test to avoid... |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Vadim Zeitlin | Don't put cursor at the end of wxGridCellEnumEditor... |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Vadim Zeitlin | Initialize scrollbar positions in wxGTK correctly. |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Vadim Zeitlin | Add a unit test checking selection updating in virtual... |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Vadim Zeitlin | Don't assert if config file contains an invalid boolean... |
commit | commitdiff | tree | snapshot |
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 |
next |