Fix crash when auto-sizing a wxDataViewCtrl column.
[wxWidgets.git] / src / msw / wince /
2013-08-07  Vadim ZeitlinAdd wxFileName::SetPermissions().
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-05-20  Vadim ZeitlinAdd a public wxModalDialogHook class for intercepting...
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2013-01-23  Vadim ZeitlinNo real changes, just fix some typos in comments in...
2012-11-01  Václav SlavíkAdd wxTEST_DIALOG for testing of modal dialogs.
2012-07-31  Vadim ZeitlinUse compatibility_iterator instead of "Node*" in wxWinC...
2012-06-03  Vadim ZeitlinUse wxString::t_str() in calls to Windows API functions...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-03-22  Dimitri SchoolwerthFixed various typos.
2011-03-22  Dimitri SchoolwerthNo code changes, removed tabs from source file.
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2011-01-04  Stefan Csomorfixing duplicate rti info
2011-01-04  Stefan Csomormerging back XTI branch part 2
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-06-28  Julian SmartAllow for menus when deleting a tool
2009-01-11  Francesco Montorsijust fix some $Id$ tokens
2009-01-07  Francesco Montorsis/wxSplitPath/wxFileName::SplitPath
2008-02-26  Julian SmartFixed [ 1764805 ] wxSeek with negative offset fails...
2007-12-31  Vadim Zeitlinremoved support for Salford compiler (which was almost...
2007-11-28  Vadim Zeitlinset disposition to OPEN_ALWAYS for write and read-write...
2007-09-20  Vadim Zeitlinuse wxWindow::NewControlId() instead of wxNewId() to...
2007-09-09  Vadim Zeitlinadded wxApp::Set/GetAppDisplayName() (patch 1780414)
2007-07-27  Vadim Zeitlinuse symbolic name for the shell menu bar too; include...
2007-07-27  Vadim Zeitlinfix menu bar creation under WM5 (SHCMBF_EMPTYBAR must...
2007-07-27  Vadim Zeitlinmany compilation fixes for WinCE using VC8 (it now...
2007-07-26  Vadim Zeitlinmany wxItemContainer-related changes:
2007-06-10  Václav Slavík1. made CRT wrappers definitions indepenent of wxUSE_UN...
2007-03-19  Vadim Zeitlinfixed all the other ports broken by controls labels...
2007-01-20  Vadim Zeitlinset command int (indicating whether the item is checked...
2006-11-04  Vadim Zeitlinuse built in VC8 time functions instead of our (almost...
2006-11-04  Vadim Zeitlinfix the broken code in strftime()
2006-10-31  Julian Smartimplement wcsftime for versions of VS earlier than...
2006-10-31  Julian SmartwxWinCE compile fixes
2006-10-31  Robin DunnGetBestFittingSize --> GetEffectiveMinSize
2006-10-09  Włodzimierz SkibaWinCE build fix.
2006-10-08  Vadim Zeitlinadded wxTextCtrl::ChangeValue() which is the same as...
2006-10-04  Vadim Zeitlinfix the length passed to wxMB2WC (replaces patch 155443...
2006-09-20  Julian SmartReverted last change
2006-09-18  Julian SmartRemoved rogue continue statement (bug 1560636)
2006-09-07  Włodzimierz SkibaInclude wx/msw/wrap*.h according to pch support (with...
2006-09-03  Robert RoeblingCommited FRM's stockitem patch (empty stock items).
2006-06-09  Włodzimierz SkibaInclude wx/choicdlg.h, wx/textdlg.h and wx/filedlg...
2006-06-07  Włodzimierz SkibaInclude wx/toolbar.h according to precompiled headers...
2006-05-30  Włodzimierz SkibaInclude commctrl.h properly.
2006-05-30  Włodzimierz SkibaInclude wx/choice.h according to precompiled headers...
2006-05-30  Włodzimierz SkibawxFD_* constants without 2.6 compatibility (heavily...
2006-05-29  Włodzimierz SkibaSmartphone build fix.
2006-05-29  Włodzimierz SkibaInclude wx/checklst.h according to precompiled headers...
2006-05-28  Vadim ZeitlinFile/dir dialog styles and other changes (patch 1488371):
2006-04-19  Włodzimierz SkibaInclude wx/dynarray.h according to precompiled headers...
2006-04-18  Włodzimierz Skibawx/wxprec.h already includes wx/defs.h (with other...
2006-03-23  Vadim Zeitlinreplaced all int/size_t indices in wxControlWithItems...
2006-03-15  Julian SmartFix for command bar not painting in Windows Mobile 5
2006-03-14  Włodzimierz SkibaLine-up interfaces to use size_t for GetCount()s (and...
2006-02-26  Włodzimierz SkibaCorrect wxCheckListBox insertion.
2006-02-24  Julian SmartFixed interpretation of selection and added selection...
2006-02-01  Włodzimierz SkibaeVC3 build fix.
2006-01-31  Włodzimierz Skiba[ 1420190 ] Enable backspace key on smartphone
2006-01-19  Włodzimierz SkibaCheckable items in wxToolMenuBarTool supported.
2006-01-18  Julian SmartImproved mktime for WinCE
2005-12-19  Włodzimierz Skiba__WIN95__ removed (used to differ win3.1 vs. 'modern...
2005-11-06  Włodzimierz SkibaeVC4 warning fixes.
2005-11-06  Włodzimierz SkibaSpeedup for adding array of items.
2005-11-05  Włodzimierz SkibaNative wxCheckListBox implementation for wxWinCE.
2005-09-27  Włodzimierz SkibawxItemContainerImmutable::FindString unified.
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-09  Julian SmartApplied patch [ 1232933 ] [WinCE] wxDateTime incorrect...
2005-06-20  Vadim Zeitlin(harmless) eVC4 release mode warning fix
2005-06-16  Vadim Zeitlindon't redeclare struct tm if it's already declared...
2005-04-13  Julian SmartLook for help file in Windows if not found elsewhere
2005-03-20  Julian SmartFixes for WinCE toolbar
2005-03-19  Julian SmartFixed toolbar bitmap bug introduced by deriving wxToolM...
2005-03-19  Julian SmartAdded wxDialog::GetToolBar for PocketPC
2005-03-16  Julian SmartImplemented PocketPC menubar/toolbar as wxToolMenuBar...
2005-03-15  Julian SmartFixed wxToolBar for WinCE so normal bitmaps can be...
2005-03-13  Włodzimierz SkibaCorrect sending of wxW event from wxChoice on MS Smartp...
2005-02-06  Julian SmartSpiner -> Spinner
2005-01-31  Włodzimierz SkibaEnhanced wxGetStockLabel() with parameters which replac...
2005-01-19  Włodzimierz SkibawxTextPos for all GetLastPosition with constants for...
2004-12-29  Włodzimierz SkibaFixes to FIXME about stock IDs usage.
2004-11-19  Vadim Zeitlinreplaced OnCtlColor(7 params) with MSWControlColor...
2004-09-28  Włodzimierz SkibaHardware defines spec.
2004-09-28  Julian SmartRemoved fcntl.h include
2004-09-28  Julian Smart__WINCE__ -> __WXWINCE__
2004-09-25  Vadim Zeitlinsupport for huge files (patch 1002226)
2004-09-08  Włodzimierz SkibaFixes and source cleaning for WinCE.
2004-09-08  Włodzimierz SkibaNative Smartphone wxTextCtrl.
2004-08-23  Włodzimierz SkibaNative SmartPhone wxChoice implementation.
2004-07-20  Włodzimierz SkibaWinCE fixes.
2004-07-13  Włodzimierz SkibaWinCE fixes.
2004-06-18  Włodzimierz SkibaWarning fixes for WinCE.
2004-06-16  Włodzimierz SkibaSmartphone menus.
2004-06-16  Włodzimierz SkibaWarning fixes for WinCE.
2004-06-12  Robert Roebling Applied new master define for CommandBar vs. PocketPC...
2004-06-11  Robert Roebling Compile fixes for HANDHELDPC
next