wxWidgets.git
2010-12-03  Vadim ZeitlinUpdate AUI bitmaps when its colours change.
2010-12-03  Vadim ZeitlinNo changes, just clean up duplicate colour functions...
2010-12-03  Vadim ZeitlinUpdate the directory icon in wxGenericDirCtrl::ExpandDir().
2010-12-03  Vadim ZeitlinNo changes, just clean up duplicate colour functions...
2010-12-03  Vadim ZeitlinOptimize pixels rotation in wxImage::Rotate90().
2010-12-03  Vadim ZeitlinDon't require leading TAB in wxAcceleratorEntry::FromSt...
2010-12-03  Vadim ZeitlinDon't try to extract accelerators from menu items which...
2010-12-03  Vadim ZeitlinFix wxRect::SetRightTop() which set the wrong corner.
2010-12-03  Vadim ZeitlinMention in wxHashSet documentation that its contents...
2010-12-01  Stefan Csomorfixing missing return value
2010-11-30  Paul Cornettmerge libpng 1.4.4 to trunk
2010-11-30  Paul Cornettadd src/gtk1/mnemonics.cpp to files.bkl and rebake
2010-11-30  Jouk JansenAdd mnemonics to wxGTK1
2010-11-30  Stefan Csomoradding standard menu items for cocoa, adding translatio...
2010-11-29  Stefan Csomoradding defines to support building against 10.4u.SDK
2010-11-28  Vadim ZeitlinDon't compare invalid iterators in wxCommandProcessor...
2010-11-27  Vadim ZeitlinVerify the return value of wxItemContainer::Insert...
2010-11-27  Vadim ZeitlinFix the return value of wxSimpleHtmlListBox::Insert().
2010-11-27  Vadim ZeitlinAdd wx(Simple)HtmlListBox unit test.
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.
next