remove sole makefile.dmc in tree
[wxWidgets.git] / include /
2007-06-28  Václav Slavíkreturn const wxString& from wxFontMapper::GetDefaultCon...
2007-06-28  Václav SlavíkANSI+Unicode compatibility fixes to wxArrayString
2007-06-28  Václav Slavíkdont use wxChar* arguments in wxHTML API
2007-06-28  Václav Slavíkdont use wxChar* arguments in wxDatePickerCtrlGeneric API
2007-06-28  Václav Slavíkdon't use wxChar* arguments in wxLogWindow API
2007-06-28  Václav Slavíkdon't assign m_next twice in wxStringIteratorNode ctor
2007-06-28  Václav Slavík1. added default constructors for wxString iterators
2007-06-28  Václav Slavíkadded wxString::FromAscii(char*,size_t) for consistency...
2007-06-28  Vadim ZeitlinCanAcceptFocus() now returns true if either the window...
2007-06-28  Václav Slavíkfixed typo in comment
2007-06-27  Václav Slavíkcompatibility fix: have wxListKey ctors from C strings...
2007-06-27  Benjamin Williamsadded middle-click close to wxAuiNotebook
2007-06-27  Vadim Zeitlinadded wxLog::DisableTimestamp() to be used as a synonym...
2007-06-26  Vadim Zeitlinremove .cvsignore files, they're useless with svn
2007-06-26  Václav Slavíkfixes to wint_t and wchar_t handling in unichar.h ...
2007-06-26  Václav Slavíkinclude wxUniCharRef::operator&& unconditionally too...
2007-06-26  Václav Slavíkadded configure check for wcsdup(), there are too many...
2007-06-25  Václav Slavíkcompilation fix if wxLongLong_t is not available
2007-06-25  Václav Slavíkdon't use C++ comments in C files
2007-06-25  Václav Slavíkremoved executable bit on files that aren't executables
2007-06-23  Robert Roebling Upport scrolling changes and mouse wheel changes.
2007-06-22  Vadim Zeitlinremove #if around operator&&(), its needed for other...
2007-06-22  Vadim Zeitlinsuppress virtual function hiding warnings due to the...
2007-06-22  Vadim Zeitlindon't redefine __WCHAR_TYPE__ when using Sun CC if...
2007-06-22  Vadim ZeitlinSun CC (at least version 5.9) has wint_t as a separate...
2007-06-22  Vadim Zeitlinfix __SUNCC__ definition; added wxCHECK_SUNCC_VERSION
2007-06-22  Václav Slavíkmade wxUSE_UNICODE=1 the default
2007-06-22  Václav Slavíknormalize printf/scanf format strings correctly on...
2007-06-22  Václav Slavíkhave only one string form of operator<< in output streams
2007-06-22  Václav Slavíknormalize printf/scanf format strings correctly on...
2007-06-21  Vadim Zeitlindon't use DLL export declaration with inline functions...
2007-06-21  Vadim Zeitlinchanged AddPendingEvent() to take const wxEvent referen...
2007-06-21  Julian SmartAdded font setting and ability to determine AUI noteboo...
2007-06-21  Julian SmartAdded DetachOldLog to avoid destruction of old log...
2007-06-20  Václav Slavíkremove implicit conversion to C strings from wxString...
2007-06-20  Václav Slavíkmore changes to make wx compile without implicit wxStri...
2007-06-20  Václav Slavíkuse wxString in wxRegKey methods; make it compile witho...
2007-06-19  Václav Slavíkmake wxSetEnv compatible with ANSI and Unicode, depreca...
2007-06-19  Václav Slavíkreturn wxString from wxDynamicLibrary::GetDllExt()
2007-06-19  Václav Slavíkuse wxString in wxFileSystem::FindFileInPath()
2007-06-19  Václav SlavíkwxLog::Get/Settimestamp() now use wxString
2007-06-19  Václav Slavíkreturn wxString from wxTextBuffer::GetName()
2007-06-19  Václav Slavíkchanged wxFFileOutput/InputStream ctor 'mode' argument...
2007-06-19  Václav Slavíkchanged wxGLContext::SetColour() argument from wxChar...
2007-06-18  Václav Slavíkimprove XRC loading performance on Unix by avoiding...
2007-06-18  Václav Slavíkfixed wxString iterators linked list corruption
2007-06-17  Václav Slavíkdetermine wxFSFile's MIME type when wxFSFile::GetMimeTy...
2007-06-16  Vadim Zeitlinfix unused parameters warnings
2007-06-16  Václav SlavíkwxUSE_STL compilation fixes for wxGenericFontDialog
2007-06-16  Václav Slavíkremoved code for compatibility with OS X <= 10.2, 10...
2007-06-16  Vadim Zeitlinchanged wxIsxxx() to return bool, not int, to avoid...
2007-06-16  Václav Slavíkfixed FromUTF8() to accept NULL as well as len==npos...
2007-06-16  Vadim Zeitlinshow the unhandled exceptions in debug build instead...
2007-06-16  Vadim Zeitlinreplace wxDocument::GetPrintableName(wxString&) and...
2007-06-15  Václav Slavíkalways compile at least a minimal version of wxStandard...
2007-06-15  Václav Slavíkuse char* instead of wxChar* for XRC IDs to save space...
2007-06-15  Vadim Zeitlinadded wxDEPRECATED_BUT_USED_INTERNALLY macro and use...
2007-06-15  Jouk Jansen Committing in .
2007-06-13  Václav Slavíkmake wxFrame a wxControlContainer too, so that it behav...
2007-06-13  Vadim Zeitlinoverload wxStrpbrk() for more types and add tests for it
2007-06-13  Václav Slavíkremoved redundant #include <dynarray.h>
2007-06-13  Vadim Zeitlinadded wxNullPtr and use it instead of just 0 with wxFil...
2007-06-13  Václav Slavíkadded missing #includes
2007-06-12  Václav Slavíkuse wxString in wxDateTime methods (only partially...
2007-06-12  Václav SlavíkwxUSE_UNICODE_MSLU compilation fix
2007-06-11  Václav Slavíkfixed VC6 warnings about non-dllexported members in...
2007-06-11  Václav Slavíkcompilation fix for gcc 3.3
2007-06-11  Julian SmartAdded a new overload of wxDecToHex and used it in wxRic...
2007-06-11  Václav Slavíkadded long int operators to wxUniChar (fixes wxMac...
2007-06-11  Václav Slavíkuse wxString argument and not wxChar* in wxHtmlParser...
2007-06-11  Václav Slavíkadded wchar_t, wxUniChar overloads for wxStrchr
2007-06-11  Václav Slavíkgcc on OS X has problems with compiling empty files...
2007-06-11  Václav SlavíkOS X compilation fix
2007-06-11  Václav SlavíkATTRIBUTE_PRINTF doesn't work with wchar_t* format...
2007-06-11  Václav Slavíkuse wx/crt.h as the 'official' header for wxCRT wrapper...
2007-06-10  Václav Slavík1. made CRT wrappers definitions indepenent of wxUSE_UN...
2007-06-10  Václav Slavíkdon't use implicit wxString->char*/wchar_t* conversion...
2007-06-10  Václav Slavík1. made CRT wrappers definitions indepenent of wxUSE_UN...
2007-06-10  Vadim Zeitlinmake PositionTextCtrl() virtual (patch 1734405)
2007-06-08  Václav Slavíkadded wxUniChar::AsUTF8() for easy conversion in UTF8...
2007-06-07  Julian SmartInit fix
2007-06-06  Robert Roebling Added initial OS X implementation of the wxDataViewCtrl
2007-06-06  Václav Slavíkmarked WinCE implementations of wxOpen etc. functions...
2007-06-06  Václav Slavíkfixed wxScanf() etc. to compile with Visual C++ again
2007-06-05  Vadim Zeitlincompilation fix after last commit: make wxAppConsole...
2007-06-04  Vadim Zeitlinrename old wxAppConsole to wxAppConsoleBase and wxAppCo...
2007-06-04  Vadim Zeitlinreset one shot timer internal state instead of leaving...
2007-06-04  Václav SlavíkwxSscanf() and friends are now Unicode+ANSI friendly...
2007-06-04  Vadim Zeitlinprovide overloads for all kinds of strings for wxDataFo...
2007-06-04  Václav Slavíkchanged wxLog::OnLog(String) to take wxString instead...
2007-06-04  Václav Slavíkchanged wxFileSelector() etc. functions to use wxString...
2007-06-04  Václav Slavíkadded comment explaining the condition for compiling...
2007-06-03  Vadim Zeitlinmingw32 doesn't define _tsystem so provide one ourselve...
2007-06-03  Vadim Zeitlininitialize wxListItem::m_image to -1 (which means no...
2007-06-03  Vadim Zeitlinadd ctor overloads for all kinds of strings to fix...
2007-06-02  Vadim Zeitlinfactor out the fd<->handlers map from wxFDIODispatcher...
2007-06-02  Václav Slavíkpartially fixed passing wxUniChar as vararg argument...
2007-06-02  Václav Slavíkimplemented wxMBConv::IsUTF8() helper for more classes...
2007-06-01  Vadim Zeitlinextract setting max length in wxGridCellTextEditor...
2007-05-31  Václav Slavíkuse wxString, not wxChar*, in wxCreateDynamicObject...
next