wxWidgets.git
2007-10-09  Julian SmartMerged wxRichTextAttr and wxTextAttrEx into wxTextAttr...
2007-10-09  Jouk Jansensrc/X11/font.cpp needs smae change as other wxXXX versions
2007-10-09  Jouk JansenGive NULL explicit type to make interface recognizeable
2007-10-09  Jouk JansenUpdate OpenVMS Build
2007-10-09  Benjamin Williamsin LoadPerspective, if pane wasn't found, just skip...
2007-10-09  Vadim Zeitlinadded a trivial test for wxString stream insertion...
2007-10-09  Vadim Zeitlinrenamed a strangely named variable
2007-10-09  Vadim Zeitlindefine insertion operator in std::wostream in Unicode...
2007-10-09  Vadim Zeitlinfixed operator<<(ostream&, wxString) to output string...
2007-10-09  Vadim Zeitlindon't define operator<<(ostream&, wxString) at all...
2007-10-09  Vadim Zeitlinno need to use ToAscii() explicitly in wxBase64Decode...
2007-10-08  Vadim Zeitlincompilation fix for wxUSE_STL==1 build
2007-10-08  Vadim Zeitlinadded wxBase64Decode() overload taking wxString, otherw...
2007-10-08  Robin DunnOn Mac the first visible line needs to be recalculated...
2007-10-08  Vadim Zeitlinremoved extra const in DoGetFilenames() declaration
2007-10-08  Chris Elliottremove reference to old sample
2007-10-08  Chris Elliottset minimum bcc32 version to turbo explorer
2007-10-07  Vadim Zeitlinblind fix for Borland problems with operator?: after...
2007-10-07  Vadim Zeitlinsimplify the code for extended flags handling fixing...
2007-10-07  Vadim Zeitlinmade wxTreeCtrl::GetNextVisible() behave in the same...
2007-10-07  Vadim Zeitlindon't create m_dottedPen with an invalid 0 style which...
2007-10-07  Václav Slavíkcompilation fixes for x86_64; use wxLogDebug instead...
2007-10-07  Vadim Zeitlinno changes, just fixed a typo in an error message
2007-10-07  Vadim Zeitlinupdated copyright year to 2007
2007-10-07  Vadim Zeitlinremoved base.rc which is unused since many years
2007-10-07  Robert RoeblingUpdate from Hartwig for OS X implementation
2007-10-07  Václav Slavíkglobally disable VC++'s warning 4251 (non-exported...
2007-10-07  Vadim Zeitlinmade Blur() methods const (bug 180914)
2007-10-07  Julian SmartCorrected typo affecting outline level reading
2007-10-07  Julian SmartAdded missing URL attribute testing
2007-10-07  Vadim Zeitlinfixed several problems due to use of GetEditHWND()...
2007-10-07  Vadim Zeitlinfixed totally wrong change in r49070
2007-10-06  Vadim Zeitlindon't use using directive, Watcom seems to have problem...
2007-10-06  Vadim Zeitlinadded richtext sources
2007-10-06  Vadim Zeitlinfixed bug with inversed IsEditable() return value
2007-10-06  Vadim Zeitlinalways return wxString from wxGetUserHome() instead...
2007-10-06  Julian SmartFixed dangling pointer bug
2007-10-06  Chris ElliottBorland has only lfind
2007-10-06  Vadim Zeitlinfix GetPaths() and GetFilenames() too
2007-10-05  Vadim Zeitlinfix wxGenericFileDialog::Get{Path,Directory,Filename...
2007-10-05  Václav Slavíkuse typed containers in wxHtmlParser instead of type...
2007-10-05  Václav Slavíkfixed WX_CLEAR_HASH_SET to compile
2007-10-05  David ElliottDuplicate wxTextCtrl code to wxComboBox because we...
2007-10-05  Michael WetherellAdd <name> to <compile-subdir>. It is what appears...
2007-10-05  Robert Roeblingforgot to commit
2007-10-05  Chris Elliottadd DMC to misbehaving compilers
2007-10-04  Michael WetherellCache user and group name as these can be expensive...
2007-10-04  Michael WetherellAdd buildbot tools and config include files.
2007-10-04  Chris Elliottadd missing inc files docsrc.rsp
2007-10-04  Michael WetherellFix wxString::replace when nLen is wxString::npos.
2007-10-04  Vadim Zeitlincheck for m_filectrl != NULL in OnUpdateButtonsUI(...
2007-10-03  Vadim Zeitlinfix range used for native volume in Set/GetVolume(...
2007-10-03  Vadim Zeitlinlook for message catalogs also directly under prefix...
2007-10-03  Vadim Zeitlinsome (blind) compilation fixes after wxString/Unicode...
2007-10-03  Vadim Zeitlinsemaphore with count of 1 is not exactly the same as...
2007-10-02  Vadim Zeitlininitialize all fields of WINDOWPOS struct to avoid...
2007-10-02  Michael WetherellDefine CPPUNIT_STD_NEED_ALLOCATOR to 0 if it is undefin...
2007-10-02  Vadim Zeitlinfix several mingw32 warnings (patch from Tim Stahlhut)
2007-10-02  Vadim ZeitlinPCH-less compilation fix
2007-10-02  Vadim Zeitlinmention that Win32 mutexes are always recursive
2007-10-02  Vadim Zeitlindon't leak wxFileType returned from GetFileTypeFromExte...
2007-10-02  Robert RoeblingDocument _ITEM_VALUE_CHANGED and implmement it equally...
2007-10-02  Chris Elliotttypo fix
2007-10-02  Chris Elliottadd misisng files
2007-10-01  Vadim Zeitlindon't use tif_os2.c which doesn't exist any more
2007-10-01  Benjamin Williamsbetter child focus
2007-10-01  Vadim Zeitlininclude jconfig.vc under OS/2 too
2007-10-01  Vadim Zeitlindefine WXDLLIMPEXP_FWD_XXX as nothing for mingw32 too...
2007-10-01  Vadim Zeitlinuse WXDLLIMPEXP_FWD_CORE instead of WXDLLEXPORT
2007-10-01  Jouk JansenOpenVMS : removing dependency on obsolete Porting-libra...
2007-10-01  Robert RoeblingAdded API for adding/deleting/changing multiple items
2007-10-01  Jouk JansenOpenVMS update
2007-09-30  Vadim Zeitlindon't crash in GetAsDOS() if the time is not in time_t...
2007-09-30  Vadim Zeitlinreally fixed the DST test by using explicit country...
2007-09-30  Vadim Zeitlinreturn the beginning/end of DST in local time, not...
2007-09-30  Vadim Zeitlincleaned up and significantly simiplied Format() handlin...
2007-09-30  Václav Slavíkgenerate #line references to source .xrc files in wxrc...
2007-09-30  Václav Slavíkinclude line number information in wxXmlNode (based...
2007-09-30  Václav Slavík_WX_DECLARE_OBJARRAY was missing reserve() declaration
2007-09-30  Václav Slavíkuse reserve() instead of Alloc() in WX_APPEND_ARRAY...
2007-09-30  Vadim Zeitlinfix compilation in Unicode build (not sure if this...
2007-09-30  Vadim Zeitlinanother wxCmdLineEntryDesc compilation fix
2007-09-29  Vadim Zeitlinfix DrawLine() and DrawPolygon() which were totally...
2007-09-29  Vadim ZeitlinANSI mode compilation fix
2007-09-28  Vadim ZeitlinPCH-less build fix
2007-09-28  Vadim Zeitlincorrect properties were not set during initial add...
2007-09-28  Vadim Zeitlinanother compilation fix after wxCmdLineEntryDesc changes
2007-09-28  Vadim ZeitlinPCH-less build fix
2007-09-28  Chris Elliottvc6 did not like this (void function returning a value)
2007-09-28  Michael WetherellAdd buildbot configuration.
2007-09-27  Robert Roebling[ 1803350 ] Wrong top-level window positioning on scrol...
2007-09-27  Václav Slavíkcopy the list in wxList::operator=(), for consistency...
2007-09-27  Vadim Zeitlinadded disambiguation for Clear() too
2007-09-27  Vadim Zeitlindon't declare HasSelection() in this class and especial...
2007-09-27  Vadim Zeitlinadded msw/textentry{cpp,h}
2007-09-27  Václav Slavíkfixed cellpadding when printing (bug #1795572)
2007-09-27  Jouk Jansengit-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets...
2007-09-26  Vadim Zeitlincontinue with loading the message catalog even if setti...
2007-09-26  Vadim Zeitlinfixed command line processing which was preempted by...
2007-09-26  Vadim Zeitlincompilation fix after wxTRANSLATE() changes
next