wxWidgets.git
2009-12-09  Peter CawleyRewrote wxRibbonPage realisation and layout code to...
2009-12-09  Vadim ZeitlinAvoid outputting the assert message twice in non-GUI...
2009-12-09  Vadim ZeitlinDon't limit the number of stack frames in GTK assert...
2009-12-09  Vadim ZeitlinBetter handling for asserts in non-main threads.
2009-12-09  Vadim ZeitlinNo real changes, just remove __WXDEBUG__ tests.
2009-12-09  Vadim ZeitlinOverride OnAssertFailure() and not deprecated OnAssert...
2009-12-09  Vadim ZeitlinDocument that wxTrap() now traps [almost] always.
2009-12-09  Vadim ZeitlinExplicitly link the SDK application example with user32...
2009-12-09  Vadim ZeitlinSTL build compilation fix.
2009-12-09  Stefan Csomorsupport for getting current event loop on iPhone
2009-12-09  Stefan Csomoravoiding string conversions on 1st param of wxStat...
2009-12-09  Stefan Csomorusing on all OSX variants
2009-12-09  Stefan Csomorfixing toolbar support, adding iphone
2009-12-09  Stefan Csomormake sure it is compilable w/o menus (eg on iPhone)
2009-12-09  Stefan Csomorremove workaround
2009-12-09  Stefan Csomoravoid double define warnings
2009-12-09  Kevin OllivierAdd OSX prefix, and be clear that this is OS X only...
2009-12-08  Vadim ZeitlinUse X64 machine type for MSVC linker instead of old...
2009-12-08  Vadim ZeitlinFix duplicate accelerator use in animate sample.
2009-12-08  Vadim ZeitlinMake wxPORTRAIT and wxLANDSCAPE elements of wxPrintOrie...
2009-12-08  Vadim ZeitlinVisually show the cells boundaries in layout sample...
2009-12-08  Vadim ZeitlinDon't override DoGetBestSize() in wxGenericStaticText...
2009-12-08  Vadim ZeitlinImplement wxWindow::DoGetBorderSize() in the trivial...
2009-12-08  Vadim ZeitlinFix unused parameter warning after last commit (r62818).
2009-12-08  Vadim ZeitlinFix event object in wxSysColourChangedEvent.
2009-12-08  Vadim ZeitlinDon't set the initial size as minimal size for top...
2009-12-08  Julian SmartSpeed up adding pages during freezing
2009-12-07  Vadim ZeitlinSet initial window size as its minimal size.
2009-12-07  Vadim ZeitlinReset wxTheApp when starting to destroy the object...
2009-12-07  Vadim ZeitlinAdd a very simple example of a Win32 application using...
2009-12-07  Vadim ZeitlinUse __declspec(dllexport) instead of WXEXPORT in dll...
2009-12-07  Vadim ZeitlinDocument wxListCtrl::FindItem() return value.
2009-12-07  Julian SmartDon't crash if no document
2009-12-07  Julian SmartSafer access of member variables
2009-12-07  Vadim ZeitlinGenerate erase background events for native controls...
2009-12-07  Vadim ZeitlinUse white background by default for multiline readonly...
2009-12-07  Vadim ZeitlinMove wxMSW wxTextCtrl::GetDefaultAttributes() to wxText...
2009-12-07  Vadim ZeitlinDefine MY_DLL_BUILDING symbol for dll sample DLL build.
2009-12-07  Vadim ZeitlinAdd semi-public wxDynamicLibrary::MSWGetModuleHandle().
2009-12-07  Vadim ZeitlinCorrect placement of calling convention keyword: must...
2009-12-07  Vadim ZeitlinRegenerate dll samples makefiles using the correct...
2009-12-07  Vadim ZeitlinRemove a couple of VC6 workspace files for the samples.
2009-12-07  Vadim ZeitlinRemove the MSVC solution files added with the new dll...
2009-12-07  Kevin OllivierAdd wxTLW::SetModified to allow apps to set the TLW...
2009-12-06  Kevin OllivierHandle deprecated style so we don't assert and then...
2009-12-06  Vadim ZeitlinRestore TAB in accelerator string wrong removed by...
2009-12-06  Vadim ZeitlinCorrect two bugs in wxMBConv::FromWChar() with non...
2009-12-06  Vadim ZeitlinMinor corrections to ToWChar() comment.
2009-12-06  Vadim ZeitlinUse wxAcceleratorEntry::ToString() for undo/redo accele...
2009-12-06  Vadim ZeitlinFix wxFD_CLR() definition for Intel compiler under...
2009-12-05  Paul Cornettminor cleanup
2009-12-05  Paul Cornettremove unused variables, minor cleanup
2009-12-05  Paul Cornettremove -I on nonexistent directory
2009-12-05  Paul Cornettremove unnecessary DoGetBestSize
2009-12-05  Paul Cornettsimplify Enable()
2009-12-05  Václav SlavíkAdded samples/dll for showing how to use wxWidgets...
2009-12-05  Vadim ZeitlinImplement wxNativeContainerWindow::IsShown() for MSW.
2009-12-05  Vadim ZeitlinAdd support for MSW unique volume names to wxFileName.
2009-12-05  Vadim ZeitlinDon't lock global mutex when deleting wxThread to avoid...
2009-12-05  Vadim ZeitlinDon't crash in wxActiveXContainer if FindConnectionPoin...
2009-12-05  Václav SlavíkDocumented that wxCriticalSection can be used before...
2009-12-05  Vadim ZeitlinFix wxLogChain (and wxLogWindow deriving from it) broke...
2009-12-03  Jaakko SalliExit wxPropertyGrid::RecalculateVirtualSize() immediate...
2009-12-03  Jaakko SalliHandle the rare case where wxPropertyGrid::HandleCustom...
2009-12-03  Paul Cornettmake access for virtuals match base
2009-12-03  Vadim ZeitlinSuppress errors from static bitmap page of widgets...
2009-12-03  Vadim ZeitlinDon't assert if the path is not absolute in wxFileDialo...
2009-12-02  Paul Cornettmake array data fully const
2009-12-02  Paul Cornettuse const_cast where appropriate
2009-12-02  Paul Cornettcheck for self assignment in operator=
2009-12-02  Vadim ZeitlinCompilation fix after r62754.
2009-12-02  Bryan PettyRemoved hard-coded timer Id in wxAUI for the transparen...
2009-12-01  Bryan PettyForward-port of r62758 (Added wxHtmlEasyPrinting name...
2009-12-01  Paul Cornettremove m_backing_window member, to keep people from...
2009-12-01  Vadim ZeitlinAdd wxOSX_10_6_AND_LATER macro and use it.
2009-12-01  Paul Cornettremove unused data member
2009-12-01  Vadim ZeitlinDefine _CRT_NONSTDC_NO_WARNINGS to suppress MSVC warnin...
2009-12-01  Vadim ZeitlinDefine _CRT_SECURE_NO_WARNINGS when building 3rd party...
2009-11-30  Stefan Csomorusing 64bit APIs, closes #10184
2009-11-30  Francesco Montorsipartially revert changes of r58531 as wxCollapsiblePane...
2009-11-30  Kevin OllivierorderBack puts it behind all windows in its level,...
2009-11-30  Vadim ZeitlinFix compilation of image sample with wxUSE_LIBPNG==0.
2009-11-30  Vadim ZeitlinFix compilation in wxUSE_STL==1 case broken by r62738.
2009-11-29  Kevin OllivierMake sure we setup the base's Show state correctly...
2009-11-29  Jaakko SalliFixed regression: forgot to set wxPropertyGridPageState...
2009-11-28  Kevin OllivierFix needed to allow shaped windows, and other windows...
2009-11-28  Stefan Csomor64bit builds had problems with full circles, as we...
2009-11-28  Vadim ZeitlinAllow calling wxStrchr() with a narrow string and wide...
2009-11-28  Vadim ZeitlinDefine INVALID_FILE_ATTRIBUTES in filename.cpp too.
2009-11-28  Vadim ZeitlinNo changes, just remove unnecessary UTF-8 bytes.
2009-11-28  Vadim ZeitlinImplement wx{File,Dir}Exists() in terms of wxFileName...
2009-11-28  Vadim ZeitlinDon't override msw.remap system option value in wxToolbook.
2009-11-28  Vadim ZeitlinAvoid infinite recursion in wxToolbook::OnSize() under...
2009-11-28  Vadim ZeitlinUse OUTLINETEXTMETRIC::otmpFamilyName to get wxFont...
2009-11-27  Vadim ZeitlinCompilation fix for wxUSE_CAIRO==0 after last commit.
2009-11-27  Vadim ZeitlinDefine wxUSE_CAIRO in wx/chkconf.h to ensure that it...
2009-11-27  Vadim ZeitlinUse #ifdef to check for __WXMSW__ and __WXGTK__ and...
2009-11-27  Vadim ZeitlinAllow changing horizontal alignment of numeric cells...
2009-11-27  Vadim ZeitlinAdd symbolic constant wxALIGN_INVALID and use it instea...
2009-11-26  Kevin OllivierBuild fix for OS X <= 10.5.
next