wxWidgets.git
2010-11-27  Vadim ZeitlinDocument wxSimpleHtmlListBox inheritance from wxItemCon...
2010-11-27  Robin DunnMove the Mac methods from wxAppConsole to wxApp
2010-11-27  Robin DunnwxDefaultVideoMode is const
2010-11-27  Robin DunnwxPlatformInfo does not derive from wxObject
2010-11-26  Jaakko SalliFix 100% CPU usage on wxGTK caused by a recent change...
2010-11-26  Vadim ZeitlinUpdate configure helper scripts to latest versions...
2010-11-26  Vadim ZeitlinSmall bug fixes for GetLibraryVersionInfo() changes.
2010-11-26  Vadim ZeitlinNo real changes, just remove unnecessary const workaround.
2010-11-26  Vadim ZeitlinAllow wxAutomationObject::GetInstance() create new...
2010-11-26  Vadim ZeitlinNo real changes, just use ProgID term instead of incorr...
2010-11-25  Stefan Csomorled to build issues with xcode and graphics context
2010-11-25  Vadim ZeitlinAdd wxVersionInfo and functions returning it for 3rd...
2010-11-25  Vadim ZeitlinDocument some previously undocumented wxAboutDialogInfo...
2010-11-25  Vadim ZeitlinMention status bar fields limits under pre-XP MSW systems.
2010-11-24  Vadim ZeitlinWarn that normalizing a valid path may make it invalid...
2010-11-24  Vadim ZeitlinOptimize wxImage::Rotate90() by rotating alpha separately.
2010-11-24  Vadim ZeitlinAdd support for negatable command line switches.
2010-11-24  Vadim ZeitlinRewind the input stream after failing to load image...
2010-11-24  Vadim ZeitlinImprove error messages from wxImage::LoadFile().
2010-11-24  Vadim ZeitlinSkip mouse events outside of item area in wxDataViewCtrl.
2010-11-23  Robin DunnUse an enum for the colour/string conversion flags
2010-11-23  Robin DunnFixed parameter names. They can't be named "short"
2010-11-23  Vadim ZeitlinVC6 compilation fix: don't return void values.
2010-11-23  Vadim ZeitlinSimplify timezone-related code and fix some minor bugs...
2010-11-23  Vadim ZeitlinCenter task dialog-based wxProgressDialog on the parent...
2010-11-23  Vadim ZeitlinDeselect all items in wxMSW wxListBox when selection...
2010-11-22  Stefan Csomorfixing 64 bit ranger error
2010-11-22  Vadim ZeitlinInitialize time zone information before using it in...
2010-11-22  Jaakko SalliHave wxPropertyGridEditorEventForwarder::ProcessEvent...
2010-11-22  Vadim ZeitlinFix wxUniv build after deriving wxStatusBar from wxControl.
2010-11-22  Vadim ZeitlinRevert "Always define WXUSINGDLL when compiling Scintil...
2010-11-22  Vadim ZeitlinDon't try to center task dialogs under Windows.
2010-11-22  Vadim ZeitlinSet the width of the last status bar pane correctly...
2010-11-22  Vadim ZeitlinAdd status bar styles mapping to MSW styles broken...
2010-11-22  Vadim ZeitlinPut WINDRES_CPU_DEFINE in RESFLAGS and not RESCOMP...
2010-11-22  Vadim ZeitlinMake wxChoicebook background transparent.
2010-11-22  Vadim ZeitlinDeprecate not working wxSplitterWindow::SetSashSize().
2010-11-22  Vadim ZeitlinDon't set explicit background colour for wxStatusBar...
2010-11-22  Vadim ZeitlinDon't forbid creating wxSplitterWindow with border...
2010-11-22  Vadim ZeitlinDelete pending objects in wxApp::ProcessPendingEvents...
2010-11-22  Vadim ZeitlinSilently ignore timer events from timers which were...
2010-11-22  Vadim ZeitlinRefactor wxStatusBar creation in wxMSW to do it in...
2010-11-22  Vadim ZeitlinDerive wxStatusBar from wxControl and not wxWindow.
2010-11-22  Vadim ZeitlinUse status full, not client, size to determine frame...
2010-11-22  Vadim ZeitlinSend page changed event after changing the page in...
2010-11-22  Vadim ZeitlinUse correct wxDEBUG_LEVEL value when building wxscintil...
2010-11-22  Vadim ZeitlinAlways define WXUSINGDLL when compiling Scintilla in...
2010-11-21  Vadim ZeitlinCorrect wxFont::GetFamily() unit test to test for wxFON...
2010-11-21  Vadim ZeitlinRevert r66070: "Unload bogus XRC resources in "garbage...
2010-11-20  Vadim ZeitlinDon't keep entries for XRC resources that failed to...
2010-11-20  Vadim ZeitlinDon't consider extra ".." an error in wxFileName::Norma...
2010-11-20  Jaakko SalliReworked wxSystemColourProperty::StringToValue() to...
2010-11-19  Robin DunnFix some bad parameter names, add missing methods,...
2010-11-19  Robin DunnAdd a SetSize to wxSizeEvent
2010-11-18  Vadim ZeitlinImprove documentation about handling C++ exceptions...
2010-11-18  Vadim ZeitlinCheck wxDateTime components validity more rigorously.
2010-11-18  Vadim ZeitlinExplicitly include "wx/dynlib.h" from src/msw/combobox...
2010-11-17  Paul Cornettremove const from by-value return type, it's useless
2010-11-17  Vadim ZeitlinRemove obsolete warning from wxMenuBar::GetTitle()...
2010-11-17  Vadim ZeitlinSimplify wxMSW wxMenuBar title management.
2010-11-17  Vadim ZeitlinNo real changes, just minor cleanup of wxImage code.
2010-11-17  Vadim ZeitlinDon't pass a bool to wxImage::MakeEmptyClone() which...
2010-11-16  Vadim ZeitlinCorrect form of mnemonics returned by wxGTK wxMenu...
2010-11-16  Vadim ZeitlinEmphasize that wxUSE_DYNLIB_CLASS shouldn't be disabled...
2010-11-16  Vadim ZeitlinAdd more checks for wxUSE_DYNLIB_CLASS to wxMSW.
2010-11-16  Vadim ZeitlinCorrect checks for wxUSE_PRINTING_ARCHITECTURE and...
2010-11-16  Vadim ZeitlinAvoid asserts due to not overriding OnGetItemText(...
2010-11-16  Vadim ZeitlinAdd an explicit SetFocus() call to fix wxTreeCtrl unit...
2010-11-16  Vadim ZeitlinCorrect wxMSW wxToolTip behaviour for wxRadioBox items...
2010-11-16  Vadim ZeitlinDon't use some "recent" C++98 features not supported...
2010-11-16  Vadim ZeitlinNo changes, just refactor common code in wxImage clonin...
2010-11-16  Vadim ZeitlinFix crashes in wxDateTime::ParseDate() for some invalid...
2010-11-15  Jouk JansenUpdate OpenVMS makefile
2010-11-15  Vadim ZeitlinVC6 compilation fix in wxDIB::Create().
2010-11-15  Vadim ZeitlinFix incorrect use of word "alternative" in the document...
2010-11-14  Vadim ZeitlinRestore code for closing inherited file descriptors...
2010-11-14  Vadim ZeitlinFix spurious errors when writing to the child process...
2010-11-14  Vadim ZeitlinNo real changes, just reamed HAS_PIPE_INPUT_STREAM.
2010-11-14  Vadim ZeitlinAdd wxFile::{Get,Clear}LastError() functions.
2010-11-14  Vadim ZeitlinHandle image hot spot in wxImage::Rotate180().
2010-11-14  Vadim ZeitlinAdd wxImage::Rotate180() function.
2010-11-14  Vadim ZeitlinHandle hot spots in wxImage::Rotate90().
2010-11-13  Vadim ZeitlinDon't use standard menu ids in the unit test to avoid...
2010-11-13  Vadim ZeitlinDon't put cursor at the end of wxGridCellEnumEditor...
2010-11-13  Vadim ZeitlinInitialize scrollbar positions in wxGTK correctly.
2010-11-13  Vadim ZeitlinAdd a unit test checking selection updating in virtual...
2010-11-13  Vadim ZeitlinDon't assert if config file contains an invalid boolean...
2010-11-13  Vadim ZeitlinAdd a beginning of wxMenu unit test.
2010-11-13  Vadim ZeitlinMake menu operations always work with "Test" menu in...
2010-11-13  Vadim ZeitlinFix resizing of wxGrid columns when they were reordered.
2010-11-12  Jouk JansenUpdate SETUP for OpenVMS
2010-11-11  Michael WetherellUse wxFS_SEEKABLE flag loading images.
2010-11-11  Vadim ZeitlinImprove check for ASCII locale in wxGTK initialization...
2010-11-11  Vadim ZeitlinInitialize wxCSConv immediately instead of deferring it.
2010-11-11  Vadim ZeitlinFix typo in error message given if wxUSE_CAIRO is undef...
2010-11-11  Robin DunnNo docs yet, just the bare interace so we can get XML...
2010-11-11  Robin DunnFix a parameter type and add some missing const keywords
2010-11-10  Vadim ZeitlinDisable unit tests which can't work in ANSI build.
2010-11-10  Vadim ZeitlinUse wxString::To8BitData() instead of mb_str() to handl...
2010-11-10  Vadim ZeitlinFix wxString::{Before,After}{First,Last} unit test...
next