wxWidgets.git
2007-06-29  Chris Elliottremove sole makefile.dmc in tree
2007-06-29  Benjamin Williamsapplied patch 1737156 to wxAuiManager
2007-06-29  Benjamin Williamsin wxAUI, set the hint transparency before showing...
2007-06-29  Robin Dunnbe able to change tabs with arrow keys
2007-06-28  Václav Slavíkfixed FromAscii to work with NULL argument (broken...
2007-06-28  Václav Slavíkfixed FromAscii() changes to correctly handle embedded...
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  Robin DunnPatch from Andrea. Adds focus rectangle on the tabs...
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  Benjamin Williamsfix for wxAuiNotebook middle-click close (was closing...
2007-06-28  Václav Slavíkfixes to handling of focus changes for toplevel windows
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-28  Václav Slavíkuse same names for test suites as the ones in ./test -l
2007-06-28  Vadim Zeitlincorrected some links
2007-06-28  Vadim Zeitlinmention wxLogInterposer(Temp)
2007-06-27  Václav Slavíkcompatibility fix: have wxListKey ctors from C strings...
2007-06-27  Václav Slavíkcompilation fixes after string changes
2007-06-27  Vadim Zeitlinuse DisableTimestamp() instead of SetTimestamp(NULL)
2007-06-27  Benjamin Williamsadded middle-click close to wxAuiNotebook
2007-06-27  Paul Cornettblock signal handlers, instead of disconnecting, to...
2007-06-27  Vadim Zeitlindon't invalidate the font in SetNativeFontInfo[Desc...
2007-06-27  Vadim Zeitlinfix wxUniv/MSW compilation with wxUSE_MENUS==0 (patch...
2007-06-27  Benjamin Williamsin wxAuiNotebook, code to reduce flicker on page close
2007-06-27  Vadim Zeitlinadded wxLog::DisableTimestamp() to be used as a synonym...
2007-06-27  Benjamin WilliamswxAuiNotebook::RemovePage() rewritten; fixes bugs ...
2007-06-27  Chris Elliotttidy up
2007-06-27  Václav Slavíkremoved leftover files under contrib
2007-06-27  Chris Elliottmore svn script changes
2007-06-26  Vadim Zeitlinfix bug in WX_GL_DOUBLEBUFFER handling introduced durin...
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  Chris Elliottmore cvs to svn script changes
2007-06-26  Chris Elliottrebuild tex2rtf
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-26  Václav Slavíkcompilation fixes for --with-regex=sys
2007-06-26  Václav Slavíkcompilation fixes for some cases
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  Robin Dunnfix svn properties
2007-06-25  Václav Slavíkremoved executable bit on files that aren't executables
2007-06-25  Václav SlavíkwxDFB wxUSE_STL compilation fixes
2007-06-25  Václav Slavíkfixed 'url' field extraction to be done for wxHtmlWindo...
2007-06-25  Chris Elliottsvn not cvs
2007-06-23  Robin DunnMerge recent wxPython changes from 2.8 branch to HEAD
2007-06-23  Robert RoeblingMore const bool (sigh)
2007-06-23  Robert RoeblingRemove const bool
2007-06-23  Robert RoeblingRemove const bool
2007-06-23  Robert Roebling Remove const bool
2007-06-23  Robert Roebling Don't use const bool.
2007-06-23  Robert Roebling We don't use "const bool" anywhere, I think.
2007-06-23  Robert Roebling Upport scrolling changes and mouse wheel changes.
2007-06-22  Václav Slavíkclarified global and local config files behavior
2007-06-22  Vadim Zeitlinremove #if around operator&&(), its needed for other...
2007-06-22  Vadim Zeitlinfix asserts for dropdown items
2007-06-22  Vadim Zeitlinoverride DoLog(wxString) and not the deprecated DoLog...
2007-06-22  Vadim Zeitlindon't crash in SetBackgroundStyle() if the window is...
2007-06-22  Vadim Zeitlindon't always add wxCAPTION to wxMiniFrame style uncondi...
2007-06-22  Václav Slavíkuse wxCRT_VsprintfA name instead of vsprintf, for consi...
2007-06-22  Vadim Zeitlinmake JPEG callbacks extern "C" to fix Sun CC warnings
2007-06-22  Vadim Zeitlinfix warnings about parameters shadowing member variables
2007-06-22  Vadim Zeitlinpointer to literal string should be const
2007-06-22  Vadim Zeitlinsuppress virtual function hiding warnings due to the...
2007-06-22  Vadim Zeitlinregenerated after today's changes, it should now handle...
2007-06-22  Vadim Zeitlinremove -mt and/or -pthread when mixing Sun CC and gcc...
2007-06-22  Vadim Zeitlinuse -R instead of -Wl,-rpath with Sun CC under Linux too
2007-06-22  Vadim Zeitlinfixed defining FOOCXX symbols (was broken because AC_LA...
2007-06-22  Vadim Zeitlinadded support for using Sun CC to link shared libraries...
2007-06-22  Vadim Zeitlinfix Sun CC warnings about converting literal strings...
2007-06-22  Vadim Zeitlinsuppress Sun CC warnings about casting between C++...
2007-06-22  Vadim Zeitlinfix Sun CC warning about name clash between the method...
2007-06-22  Vadim Zeitlinbetter Sun CC fix: put the function in anonymous namesp...
2007-06-22  Vadim ZeitlinSun CC doesn't allow calling static function from templ...
2007-06-22  Vadim Zeitlintest for Sun CC under Linux too, and not only Solaris...
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íkPCH-less compilation fix
2007-06-22  Václav Slavíkadded documentantion for wxMemoryFSHandler::AddFileWith...
2007-06-22  Václav Slavíkmade wxUSE_UNICODE=1 the default
2007-06-22  Robert Roebling Forgot this part of the event change patch from 2_8
2007-06-22  Václav SlavíkwxUSE_STL compilation fix
2007-06-22  Václav Slavíknormalize printf/scanf format strings correctly on...
2007-06-22  Robert Roebling Upport: Always use GdkPixbuf in wxBitmapButton
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-22  Robert Roebling Upported event filter patch for wxTextCtrl::SetValue()
2007-06-22  Robert Roebling Correct gridlines drawing
2007-06-22  Robert Roebling Call clipping region methods from base class.
2007-06-22  Paul Cornettgtk_widget_destroy does not unref the widget unless...
2007-06-22  Vadim Zeitlindocument CreateConfig() (extended patch 1739374)
2007-06-21  Vadim Zeitlindon't use DLL export declaration with inline functions...
2007-06-21  Vadim Zeitlinchanged AddPendingEvent() to take const wxEvent referen...
next