wxWidgets.git
2009-12-17  Vadim ZeitlinAdd test of accelerators using both ASCII and non-ASCII...
2009-12-17  Vadim ZeitlinAlways use FVIRTKEY for the accelerators under MSW.
2009-12-17  Jaakko SalliAllow wxPropertyGrid::RecalculateVirtualSize() execute...
2009-12-17  Stefan Csomorsupporting sleep mode properly, see #11557
2009-12-17  Vadim ZeitlinInitialize all fields of EXCEPINFO object to avoid...
2009-12-16  Vadim ZeitlinCorrect typo in wxEVT_COMMAND_LISTBOX_DOUBLECLICKED.
2009-12-16  Jaakko SalliFixed display of 'InlineHelp' attribute
2009-12-16  Jaakko SalliSlightly improved check whether or not to execute wxPro...
2009-12-16  Paul Cornettpreserve type when loaded image is rescaled, #11543
2009-12-16  Paul Cornettallow setting client size to work properly before windo...
2009-12-15  Vadim ZeitlinAvoid GTK+ errors when using AUI wxPseudoTransparentFra...
2009-12-15  Vadim ZeitlinRemove asserts in wxChoicebook::Get/SetPageImage().
2009-12-15  Václav Slavíkdefine NDEBUG if not using debug CRT
2009-12-15  Václav Slavíkcompilation fix for wxUSE_IMAGE=0 case
2009-12-15  Václav Slavíkcompilation fix for wxUSE_IMAGE=0 caseinclude/wx/iconbndl.h
2009-12-15  Václav SlavíkPCH compilation fix
2009-12-14  Vadim ZeitlinAvoid painting generic wxDataViewCtrl if it has no...
2009-12-14  Jaakko SalliMake wxPG_EX_MULTIPLE_SELECTION behave more like a...
2009-12-14  Jaakko SalliDetermine better whether the property editor needs...
2009-12-14  Jaakko Salli'Set to Unspecified' -> 'Set Value to Unspecified'
2009-12-14  Jaakko SalliSet correct m_state in wxPGCheckBoxEditor::SetValueToUn...
2009-12-14  Jaakko SalliAlways refresh the editor when setting property value...
2009-12-14  Jaakko SalliFixed unspecified property value rendering for various...
2009-12-14  Vadim ZeitlinRestore correct access to wxGenericStaticText::Set...
2009-12-13  Vadim ZeitlinRemove unnecessary Mac-specific TOOLKIT_LOWERCASE setting.
2009-12-13  Vadim ZeitlinAdd --with-[osx_]iphone switch to configure.
2009-12-13  Vadim ZeitlinTest for sw_vers availability before calling it in...
2009-12-13  Vadim ZeitlinRename --with-cocoa configure switch to --with-old_coco...
2009-12-13  Jaakko SalliAdded wxPropertyGridManager header support; Refactored...
2009-12-12  Stefan Csomorrearranging contentview, adding toolbar
2009-12-12  Stefan Csomorrearranging contentview, adding toolbar
2009-12-12  Jaakko SalliwxHeaderColumnBase -> wxHeaderColumn; Fixed UpdateColum...
2009-12-12  Jaakko SalliOn Windows, force read-only property editor wxTextCtrl...
2009-12-12  Jaakko SalliAdded a proper log frame to the propgrid sample
2009-12-12  Jaakko SalliGenerate wxPropertyGrid splitter (column divider) event...
2009-12-11  Jaakko SalliFixed incorrect use of RemoveAt() in wxPropertyGridPage...
2009-12-10  Vadim ZeitlinAdd support for stretchable spaces to wxToolBar.
2009-12-10  Vadim ZeitlinRename gtk{,1}/tbargtk.{h,cpp} to toolbar.{h,cpp}.
2009-12-10  Vadim ZeitlinSet correct toolbar width in wxMSW wxFrame.
2009-12-10  Vadim ZeitlinNo changes, just refactor wxToolBarToolBase ctors.
2009-12-10  Vadim ZeitlinNo changes, just slightly simplify the tool insertion...
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...
next