]> git.saurik.com Git - wxWidgets.git/history - include
set wxListItem mask automatically to the correct value when a SetXXX() method is...
[wxWidgets.git] / include /
2003-01-02  Vadim Zeitlinset wxListItem mask automatically to the correct value...
2003-01-02  Vadim Zeitlinremoved a couple of obsolete functions from wxDialog
2003-01-01  Vadim Zeitlinfix for HAVE_EXPLICIT for VC++ 6.0 (closes bug 651314)
2003-01-01  Robin DunnChanged wxLOG_Max to be a smaller (but still large...
2003-01-01  Vadim Zeitlinadded IsEmpty
2003-01-01  Robin DunnAdded wxLog::Get/SetLogLevel
2002-12-30  Ron LeeOk, so we don't need the extra bool at all, we can...
2002-12-30  Ron LeeAdd wxSizer::Detach so we can detach child sizers witho...
2002-12-29  Mattia Barbon Allow building in unicode mode with just "make -f...
2002-12-29  Ron LeeOops, don't cut and paste between ports, and do test...
2002-12-29  Ron LeeAdded wxTreeCtrl::GetItemParent to deprecate GetParent.
2002-12-29  Vadim Zeitlinfixed wxALL_FILES definition in Unicode build
2002-12-27  Julian SmartApplied patch [ 658786 ] Removes unresolved symbols...
2002-12-27  Julian SmartApplied patch [ 657969 ] Removes #if wxUSE_VALIDATORS...
2002-12-24  Mattia Barbon Use wxClientDataDictionary for client data.
2002-12-21  Vadim Zeitlinhandle accel keys for owner drawn menu items (based...
2002-12-21  Vadim Zeitlinuse SS_CENTERIMAGE to prevent wxStaticBitmap from stret...
2002-12-21  Václav Slavíkfixed 2 encoding handling bugs in XRC/wxrcedit
2002-12-21  Václav SlavíkWX_XMLRES_CURRENT_VERSION_STRING wasn't Unicode safe
2002-12-20  Julian SmartCleaned up SetMenuStrings, factoring out redo and undo...
2002-12-17  Julian SmartApplied patch [ 654877 ] Missing == != methods in wxRec...
2002-12-17  Robin DunnAdded missing #if wxUSE_WAVE
2002-12-16  Robin DunnGive wxSafeYield an onlyIfNeeded parameter
2002-12-16  Julian SmartFixed missing checkbox alignment
2002-12-16  Julian SmartApplied [ 652962 ] wxProgressDialog::Show(FALSE) bug
2002-12-16  Julian SmartApplied patch [ 652894 ] Checklistbox doesn't need...
2002-12-16  Julian SmartRemoved redundant wxUniv setup.h
2002-12-16  Julian SmartApplied patch [ 654023 ] Enables HtmlHelp (native)
2002-12-14  Julian SmartAdded missing SetOrientation accessor
2002-12-13  Mattia Barbon Unicode compilation fix.
2002-12-11  Chris Elliottfix for wxUniversal on win32 platforms
2002-12-11  Julian SmartApplied patch [ 651287 ] adds missing wxTreeCtrl::GetEd...
2002-12-10  Julian SmartApplied patch [ 651640 ] Toolbar sizing fix
2002-12-10  Julian SmartApplied some of patch [ 650957 ] wxWinCE diff-0.0.4
2002-12-10  Vadim Zeitlintried to clean strdup() mess: we now have wxStrdup...
2002-12-09  Václav Slavíkforgot to add wxHtmlHelpController::AddBook(wxFileName...
2002-12-09  Mattia Barbon The size_type typedef must be public.
2002-12-09  Julian SmartReverted the _n__ fix for now.
2002-12-09  Julian SmartThe wxMAKE_UNIQUE_ASSERT_NAME fix for VC++ does not...
2002-12-09  Julian SmartApplied patches by Scott Pleiter:
2002-12-09  Julian SmartSmall WinCE mods from Marco
2002-12-09  Julian SmartApplied patch [ 649590 ] fixes bug 611264: wxFileDialog...
2002-12-09  Julian SmartApplied patch [ 642162 ] restore wxWizard wxEVT_WIZARD_...
2002-12-09  Julian SmartAdded missing AddBook
2002-12-08  Václav Slavíkmodifications to URL<->filename conversion: take wxFile...
2002-12-08  Mattia Barbon Refactored & cleaned up wxChoice & wxComboBox code...
2002-12-08  Mattia Barbon Added wxClientDataDictionary, used (in wxMotif ATM...
2002-12-08  Mattia Barbon Replaced int with size_t where appropriate, added...
2002-12-08  Roger Gammansnew member functio of wxDbColInfo to allow two step...
2002-12-07  Vadim Zeitlinalways declare wxAppInitializerFunction() as returning...
2002-12-07  Robert Roebling Various compile fixes for WinCE.
2002-12-07  Julian SmartCorrected line endings, deps now relative
2002-12-07  Robert Roebling Platform define for wxWinCE
2002-12-07  Vadim Zeitlinadded semicolons after HASH_MAP macros
2002-12-07  Vadim Zeitlinremoved trailing semicolons at the end of HASH_MAP...
2002-12-06  Julian SmartApplied fix for VC++ 7 which treats __LINE__ slightly...
2002-12-06  Vadim Zeitlinfix typo in drawing slider ticks; added assert to check...
2002-12-05  Julian SmartAdded Marco's first WinCE files
2002-12-05  Julian SmartUpdated version
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-11-02  Vadim Zeitlinadded ctor taking wxFontFlags
2002-09-16  David Webstervirtual function hiding problem
2002-09-15  Václav Slavíkfixed two-step creation of wxCheckListBox
2002-09-15  David WebsterMake OS/2 use the generic MDI.
2002-09-14  Vadim Zeitlinrecreate the toolbar entirely when its text/icons style...
2002-09-14  David WebsterTRUE not true; FALSE not false
2002-09-13  Václav Slavíkanother fix for wxSnprintf_
2002-09-13  Robert Roebling Further backward comp. changes for printing.
2002-09-13  Mattia BarbonFixed MinGW/configure/Unicode compilation: MinGW/MSVCRT...
2002-09-13  Julian SmartApplied patch [ 608370 ] fix for static text sizing...
2002-09-12  Vadim Zeitlinundid previous commit, the person who reported it retra...
2002-09-12  Vadim Zeitlininclude stddef.h to get ptrdiff_t decl (IRIX compilatio...
2002-09-12  Vadim Zeitlinfix for cygwin warning in winsock.h about sys/types...
2002-09-11  Vadim Zeitlingtk2 Unicode compilation fix
2002-09-11  Robert Roebling Readded deprec. constructor.
2002-09-11  Julian SmartApplied [ 585322 ] motif border style fix for statictext
2002-09-11  Robin DunnUpdate to Scintilla 1.48
2002-09-10  Vadim Zeitlindeclare wxEntry() as taking char **Argv, not char ...
2002-09-10  Vadim Zeitlinfixed ATTRIBUTE_PRINTFs
2002-09-10  Vadim Zeitlincompilation fix for cygwin
2002-09-09  David WebsterBitmap button updates
2002-09-08  Vadim Zeitlindefine HAVE_EXPLICIT for BC++ >= 0x520
2002-09-08  Julian SmartAdded LV_ITEMA and used a #define for LV_ITEM to
2002-09-08  Vadim Zeitlinchar -> wxChar
2002-09-08  Vadim Zeitlindon't #define wxStrtok() which takes 3 arguments as...
2002-09-07  Vadim Zeitlinadded wxLocale::GetLanguageInfo()
2002-09-07  Stefan NeisChanged second parameter of Refresh to "const wxRect*".
2002-09-07  Vadim Zeitlinmade SetDirectory() work, minor code cleanup (much...
2002-09-07  Stefan NeisCommited John Labenski's patch giving access to the...
2002-09-07  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-09-06  Robin DunnUpdated to Scintilla from 1.45 to 1.47
2002-09-05  Julian SmartApplied patch [ 605189 ] add edit cancel notify to...
2002-09-05  Robin DunnAdded some accessors for wxEffects
2002-09-05  Julian SmartApplied patch [ 603858 ] wxTextCtrl text alignment...
2002-09-05  Julian SmartAdded #include <ctype.h> since it seems to have
2002-09-05  Stefan Csomorcorrected code for doubles
2002-09-04  Václav Slavíkcompilation fix for wxUSE_WCHAR_T=0
2002-09-04  Mattia BarbonMissing #include
2002-09-04  Vadim Zeitlinshould fix Unicode build for BC++ 5.3
2002-09-04  Vadim Zeitlinfix wxCheckListBox which was completely broken by the...
next