wxWidgets.git
2007-05-01  Vadim Zeitlinfix wxStringOutputStream::Write() in Unicode build...
2007-05-01  Stefan CsomorPatch 1708290
2007-05-01  Stefan CsomorPatch 1678304
2007-05-01  Stefan CsomorPatch 1709069
2007-05-01  Stefan CsomorPatch 1709108
2007-04-30  Roman Rolinskyset drop target on panel if present
2007-04-30  Vadim Zeitlinfix m_sizerPage memory leak for the wizards not using...
2007-04-30  Vadim Zeitlinuse a marginally more precise but, more importantly...
2007-04-30  Vadim Zeitlinassert that wxRound() argument is in the supported...
2007-04-30  Roman Rolinskydrag-and-drop with left button
2007-04-30  Václav Slavíkalways define wxLocaleIsUtf8
2007-04-30  Václav Slavíkfixed release build compilation with compilers without...
2007-04-30  Václav SlavíkOS/2 compilation fixes
2007-04-30  Roman Rolinskymoved setting itemColour to XML_Tree.Clean where it...
2007-04-30  Vadim Zeitlindon't drop lines without trailing new line character...
2007-04-29  Václav SlavíkOpenWatcom >= 1.2 has __VA_ARGS__
2007-04-29  Václav Slavíkcompilation fixes for --disable-log
2007-04-29  Václav Slavíkadded support for passing std::[w]string to 'vararg...
2007-04-29  Robin DunnAnother fix for: AttributeError: 'XML_Tree' object...
2007-04-28  Michael WetherellRegister the test under the name displayed by "./test -l"
2007-04-28  Michael WetherellMap illegal UTF-8 sequences to a range in Unicode's...
2007-04-28  Stefan NeisCompilation fix for string changes (patch #1709228).
2007-04-28  Stefan NeisAdapted to API changes with respect to GetTextExtent...
2007-04-28  Václav Slavíkadded missing #include "wx/buffer.h"
2007-04-28  Václav Slavíkallow the UTF8 build to treat C locale as UTF8, too...
2007-04-27  Robin DunnEnsure there is a g.testWin before trying to use it
2007-04-27  Václav SlavíkWX_PRECOMP, not WXPRECOMP
2007-04-27  Václav SlavíkPCH-less compilation fixes
2007-04-27  Václav SlavíkPCH-less compilation fixes
2007-04-27  Roman Rolinskydrop highlight color fix
2007-04-27  Roman Rolinskyfixes to move-around methods related to current selecti...
2007-04-27  Roman Rolinskycursor image type fix
2007-04-27  Václav SlavíkPCH-less compilation fixes
2007-04-27  Václav Slavíkinclude wxchar.h from string.h in 2.8 compatibility...
2007-04-27  Václav Slavíkadded copy ctor to wxCStrData to fix crashes when passi...
2007-04-27  Vadim Zeitlinno changes, just fix a typo
2007-04-26  Roman Rolinskytest prevented to update encoding
2007-04-26  Roman Rolinskyfinal revision
2007-04-26  Roman Rolinskysome sizing fixes
2007-04-26  Roman Rolinskydrag-and-drop highlighting
2007-04-26  Roman Rolinskymore param renaming, some sizing fixes
2007-04-26  Roman Rolinskydrag-and-drop adding of controls to test window
2007-04-26  Roman Rolinskyset labels for new controls
2007-04-26  Roman Rolinskyspecify order of radios in prefs dlg
2007-04-26  Roman Rolinskymade main toolbar bitmaps 24x24
2007-04-26  Robert Roebling Only set focus to widget automatically if left down
2007-04-26  Robert Roebling Added IsOfStandardClass() as per wxMSW.
2007-04-26  Robert Roebling Added Test for wxComboBox::SetValue() to widgets...
2007-04-26  Paul Cornettbuild fix
2007-04-26  Chris Elliottadd Borland Developer Studio and Turbo Explorer info
2007-04-26  Chris Elliottbetter user info
2007-04-26  Chris Elliottfix dll path
2007-04-26  Vadim Zeitlinadded Roscale() test
2007-04-26  Vadim Zeitlinadded Rotate() test
2007-04-26  Chris Elliottadd Borland Developer Studio project file (for Turbo...
2007-04-26  Václav Slavíkmore efficient implementation of ToAscii/FromAscii...
2007-04-26  Václav Slavíkuse UTF8-encoded char* strings in UTF8 build instead...
2007-04-26  Chris Elliottremove warnings of intentionally unreachable code
2007-04-26  Chris Elliottremovd as recommended in article.gmane.org/gmane.comp...
2007-04-26  Chris Elliotttested and applied article.gmane.org/gmane.comp.lib...
2007-04-26  Paul Cornettreplace 5 copies of size constraining code with one...
2007-04-26  Paul Cornettreally fix window being repositioned after hiding,...
2007-04-26  Vadim Zeitlindon't assert in SetSelection(wxNOT_FOUND), just clear...
2007-04-26  Vadim Zeitlinmove wxKEY_XXX constants to wx/defs.h from wx/list...
2007-04-26  Vadim Zeitlindon't assert in SetSelection(wxNOT_FOUND), just clear...
2007-04-26  Vadim Zeitlinallow to test changing combobox selection too
2007-04-26  Vadim Zeitlinuse wxCopyRectToRECT() instead of duplicating its code...
2007-04-26  Robin Dunninvalidate the best size when adding or deleting items
2007-04-26  Robin Dunnensure there is a current cell before using it to try...
2007-04-25  Vadim Zeitlinleave only wxString overloads for of the functions...
2007-04-25  Vadim Zeitlincompilation fix after c_str() changes
2007-04-25  Robert Roebling Added compile guards to wxEditableListBox
2007-04-25  Robert Roebling Added mini docs for wxChoicebook
2007-04-25  Robert Roebling Added mini docs to wxListbook
2007-04-25  Robert Roebling Typo.
2007-04-25  Vadim Zeitlinchanged wxDC::GetTextExtent() and related methods to...
2007-04-25  Vadim Zeitlindon't declare inline function with dllexport declaratio...
2007-04-24  Robin DunnUse wx.FileHistory for the recent files menu
2007-04-24  Robert Roebling Use child's listmodelnotifier's destructor (by overlo...
2007-04-24  Václav Slavíkremoved wxCStrData::operator bool(), using c_str()...
2007-04-24  Václav Slavíkcorrected (Do)GetWriteBuf() return types to use more...
2007-04-24  Václav Slavíkadded test for a crash when passing wxCStrData construc...
2007-04-24  Václav Slavíkfixed broken wxCStrData and operator?: check
2007-04-24  Václav Slavíkremoved unused APPEND_STR macro
2007-04-24  Robert Roebling Correct MVC update region in GTK+ native version
2007-04-24  Robert Roebling Change SetValue( wxVariant &value ) to
2007-04-24  Robert Roebling Mention that wxBookCtrlBase derived controls do derive
2007-04-24  Robert Roebling Updated docs.
2007-04-24  Paul CornettFix window being repositioned after hiding, then reshowing.
2007-04-23  Robin DunnreSWIGged
2007-04-23  Robin DunnTweaks needed to update to current CVS
2007-04-23  Vadim Zeitlinfix bug introduced in wxFontRefData::SetNativeFontInfo...
2007-04-23  Vadim Zeitlinfix SelectItem() for single selection case which was...
2007-04-23  Václav SlavíkANSI build compilation fix
2007-04-23  Václav Slavíkcompilation fix: setlocale() returns non-const string...
2007-04-23  Václav Slavíkadded code for checking if the current locale is UTF...
2007-04-23  Vadim Zeitlintiny change to make g++ 3.3 compile the latest version
2007-04-23  Vadim Zeitlinadded implicit conversion of wxString to const void...
2007-04-23  Vadim Zeitlinuse GetParentForModalDialog() in ShowModal() to ensure...
2007-04-23  Vadim Zeitlintest that the candidate parent window isn't being delet...
next