]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2007-06-21  Julian SmartAdded DetachOldLog to avoid destruction of old log...
2007-06-21  Vadim Zeitlindocument that wx[HV]SCROLL don't work with native contr...
2007-06-21  Vadim Zeitlincheck that we do have scrollbars before using them...
2007-06-21  Vadim Zeitlinfix to the previous commit: percent signs have to be...
2007-06-21  Paul Cornettfix reversed left/top variables
2007-06-21  Vadim Zeitlinfix handling of '#' in file names (patch 1740328)
2007-06-20  Vadim Zeitlinsingle line wxTextCtrl fg colour fix is now in 2.8
2007-06-20  Paul Cornettfix reparenting a control into wxToolBar
2007-06-20  Julian SmartAdded extra width for controls to avoid edge being...
2007-06-20  Julian SmartFixed uninstalled toolbars in native toolbar mode,...
2007-06-20  Julian SmartFix for non-CG mode
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-20  Mart RaudseppFix SetExtraLong parameter type in docs from int to...
2007-06-20  Vadim Zeitlinmention changes from 2.8 branch too, at the very least...
2007-06-20  Vadim Zeitlindon't free "static" alpha data (patch 1738966)
2007-06-19  Václav Slavíkmake wxSetEnv compatible with ANSI and Unicode, depreca...
2007-06-19  Václav Slavíkadded missing #if wxUSE_STDPATHS
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íkcompilation fix for non-STL build
2007-06-19  Julian SmartFinally fixed control scrolling
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íkmade the code a bit more readable by not using _T(...
2007-06-18  Václav Slavíkmade the code a bit more readable by not using _T(...
2007-06-18  Robin DunnCoerce to floating point to fix ResampleBicubic. See...
2007-06-18  Robin DunnSend the calendar and date changed events to the datepi...
2007-06-18  Mattia Barbon Must update iterator to avoid infinite loop
2007-06-18  Václav Slavíkimprove XRC loading performance on Unix by avoiding...
2007-06-18  Václav Slavíkmake our vsnprintf() implementation work for ANSI versi...
2007-06-18  Václav Slavíkfixed wxString iterators linked list corruption
2007-06-18  Mart Raudseppgtk_border_free is for freeing GtkBorder's, not g_free.
2007-06-18  Mart RaudseppFix memory leak in wxTextCtrl au_check_word that was...
2007-06-17  Václav Slavíkwhen selecting text in wxHTML, selecting half a charact...
2007-06-17  Václav Slavíkfixed selecting part of word from right to left in...
2007-06-17  Mattia Barbon Linking fix: g_isIdle is for GTK1 only.
2007-06-17  Václav Slavíkdetermine wxFSFile's MIME type when wxFSFile::GetMimeTy...
2007-06-17  Václav Slavíkdon't make read-only text controls editable when enabled
2007-06-17  Vadim Zeitlincorrect setting of pSymbol->SizeOfStruct (patch 1737789)
2007-06-16  Vadim Zeitlinfix unused parameters warnings
2007-06-16  Václav Slavíkfixed crash when setting locale
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  Vadim Zeitlindocumented WXUSING/MAKINGDLL
2007-06-15  Vadim Zeitlindocumented __WXDFB__ and __WXGTK2n__
2007-06-15  Jouk Jansen Committing in .
2007-06-15  Václav Slavíkdon't put invalid UTF-8 data into wxString if Printf...
2007-06-15  Václav Slavík(blind) compilation fix
2007-06-15  Vadim Zeitlincorrected strptime() test, don't use NULL pointer as...
2007-06-14  Paul Cornetttypo fix
2007-06-14  Paul Cornettremove gtk1 code
2007-06-14  Václav Slavíkfixed wxComboBox::Replace() to correctly use UTF-8...
2007-06-14  Vadim Zeitlincheck if strptime() works correctly and disable its...
2007-06-13  Václav Slavíkprefer wxFFile to wxFile if both are available, for...
2007-06-13  Václav Slavíkmake wxFrame a wxControlContainer too, so that it behav...
2007-06-13  Václav Slavíkdon't propagate wxChildFocusEvent outside of wxTLWs
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 Zeitlinuse CPPUNIT_ASSERT_EQUAL instead of CPPUNIT_ASSERT...
2007-06-13  Vadim ZeitlinstrWC used in the tests was supposed to be a wide strin...
2007-06-13  Vadim ZeitlinUnicode compilation fix: wxStrlocale() doesn't take...
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-12  Jouk Jansen Updates for VMS
2007-06-12  Vadim Zeitlinupdate from Yuri Chornoivan
2007-06-12  Václav Slavíkmore STL fixes
2007-06-12  Václav SlavíkANSI/Unix build compilation fixes
2007-06-12  Václav SlavíkPCH-less 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íkVC6 doesn't like 'return callToVoidFunc();' statements
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í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íkcompilation fixes for PCH-less build
2007-06-11  Václav Slavíkuse wx/crt.h as the 'official' header for wxCRT wrapper...
2007-06-10  Václav Slavíkfixed signed/unsigned comparison warning
2007-06-10  Václav SlavíkPCH-less compilation fix
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)
next