wxWidgets.git
2007-07-04  Vadim Zeitlinadded wxAtomicInc/Dec() functions (patch 1739486)
2007-07-04  Vadim Zeitlinignore bakefile temp files
2007-07-04  Vadim Zeitlinignore VC++ build files
2007-07-04  Vadim Zeitlincompilation fix for ANSI build (added #if wxUSE_UNICODE)
2007-07-04  Benjamin Williamsfix for bug #1686328
2007-07-04  Vadim Zeitlintest whether HAVE_VSWPRINTF is defined, not whether...
2007-07-04  Václav Slavíkalways assert if char<->wxUniChar conversion fails...
2007-07-03  Václav SlavíkwxStrcoll_String compilation fixes for Dmars and Borlan...
2007-07-03  Václav Slavíkcompilation fix for windows compilers: _wrename is...
2007-07-03  Bryan PettyAdded BuildSVN.txt instructions (copied from BuildCVS...
2007-07-03  Paul Cornettget color count from ComputeHistogram, use sprintf...
2007-07-03  Jouk JansenUpdate OpenVMS setup
2007-07-03  Robert RoeblingUpport GNOME print GetTextExtent fix,
2007-07-03  Robert Roeblingupport wxListCtrl label edit changes
2007-07-03  Robert RoeblingLet GtkScrolledWindow handle scroll wheel events.
2007-07-03  Chris Elliottsvn cleanup added
2007-07-03  Chris Elliottchange svn repository
2007-07-03  Paul Cornettfix XPM SaveFile for more than 92 colors
2007-07-02  Vadim Zeitlinremoved instructions for adding contrib libraries ...
2007-07-02  Julian SmartAdded SetBitmap, GetBitmap to wxWizard
2007-07-02  Julian SmartReplaced tabs with spaces
2007-07-01  Benjamin Williamsin wxAuiNotebook, prevent unwanted page selection chang...
2007-07-01  Václav Slavíksilenced Watcom warning when deleting const pointer
2007-07-01  Václav Slavíkexplicitly cast m_value to the resulting type in wxUniC...
2007-06-30  Vadim Zeitlinadd wxUSE_EDITABLELISTBOX
2007-06-30  Vadim Zeitlinchanged ds[pw] files to use CRLF eol style and not...
2007-06-30  Václav SlavíkSTL compilation fix
2007-06-30  Václav SlavíkXRC: Handle wxFLP_USE_TEXTCTRL in wxFilePickerCtrl...
2007-06-30  Robin Dunncopy wxAutohacks into main tree
2007-06-30  Robin Dunncopy wxAutohacks into main tree
2007-06-30  Robin Dunnmove wxPython to new trunk
2007-06-29  Václav Slavíkfixed wxVsnprintf() to write as much as it can if the...
2007-06-29  Václav SlavíkwxUniChar wchar_t handling fixes for Borland, DMC and...
2007-06-29  Vadim Zeitlinstrip the leading dot from extension if present in...
2007-06-29  Václav Slavíktest wxVsnprintf() printing to both wchar_t* and char...
2007-06-29  Julian SmartPrevent seg fault for older GTK+
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...
next