wxWidgets.git
2007-07-08  Václav Slavíkremoved wxWCHAR_T_IS_SEPARATE_TYPE: there already was...
2007-07-08  Paul Cornettprocess pending wx events before sending idle events
2007-07-07  David ElliottDon't include <CoreFoundation/CFBase.h> because it...
2007-07-07  David ElliottRemove wxMBConv_mac and wxMBConv_macUTF8D converters...
2007-07-07  David ElliottAdd support for wxFONTENCODING_MACKEYBOARD.
2007-07-07  David ElliottAdd factory functions for use with future unit tests.
2007-07-07  Robert RoeblingGCC doesn't like inline wxDEPRECATED methods.
2007-07-07  Václav Slavíkadded missing wx_str() (patch #1749398)
2007-07-07  Václav Slavíkfixed dereferencing of invalid pointers
2007-07-07  Václav Slavíkchanged wxVectorBase and WX_DECLARE_BASE into wxVector...
2007-07-07  David ElliottMove wxMBConv_cf out of strconv.cpp and into strconv_cf...
2007-07-06  Václav Slavíkfixed to make wxVariant compatible with both ANSI and...
2007-07-06  David ElliottFix wxMBConv_cf to implement FromWChar/ToWChar in lieu...
2007-07-06  Václav Slavíkadded alpha channel support to wxDFB's wxBitmap
2007-07-06  Václav Slavíkadded support for loading images with alpha channel...
2007-07-06  David ElliottRename wxMBConv_cocoa to wxMBConv_cf and use it when...
2007-07-06  Vadim Zeitlinuse WXDLLIMPEXP_GL instead of WXDLLEXPORT (which is...
2007-07-06  Václav Slavíkadded missing wxUniChar::operator=(wxUniCharRef)
2007-07-06  Vadim Zeitlinremove the unneeded +1 from wxGauge::SetValue() call...
2007-07-06  Vadim Zeitlindocument that SetValue() accepts values in 0..GetRange...
2007-07-06  Vadim Zeitlinuse 'neither ... nor ...' instead of 'neither ... or...
2007-07-06  David ElliottMake wxCocoa compile in 64-bit mode.
2007-07-06  David ElliottFix wxCocoa compilation.
2007-07-05  Vadim Zeitlinreset selection when sorting the items as they don...
2007-07-05  Vadim Zeitlindon't allow selecting multiple items in single selectio...
2007-07-05  David ElliottImplement wxColour constructors to match other ports...
2007-07-05  Bryan PettyAdded deprecation warnings to old wxVScrolledWindow...
2007-07-05  Robert RoeblingwxDataViewCtrl can show tree/list music sample.
2007-07-05  Robert RoeblingGetting closer to working tree/list wxDataViewCtrl.
2007-07-05  Václav Slavíkadded missing WXDLLIMPEXP_CORE
2007-07-05  Chris Elliottadded missing unixfiles
2007-07-05  Chris Elliottreplace cvsentries
2007-07-05  Robert RoeblingThe dataview sample compiles now, but doesn't work...
2007-07-05  Chris Elliottcvs to svn
2007-07-05  Chris Elliottmove to svn
2007-07-05  Bryan PettyFixed case on LaTeX member function labels.
2007-07-05  Chris Elliottmove to svn
2007-07-05  Robert RoeblingNew API for wxdataViewCtrl (doesn't run yet).
2007-07-04  Vadim Zeitlinsimplify test for 64 bit architectures: just check...
2007-07-04  Vadim Zeitlinadded support for broadcasting to UDP sockets (patch...
2007-07-04  Vadim Zeitlinfixed bug which resulted in generation of spurious...
2007-07-04  Vadim Zeitlinrebaked after adding threads/atomic.cpp
2007-07-04  Paul Cornettindentation cleanup, unused variables, constant express...
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
next