wxWidgets.git
2007-04-01  Vadim Zeitlinadded a generic mechanism for registering global handle...
2007-04-01  Václav Slavíkwint_t is wchar_t on OS/2 too
2007-04-01  Václav Slavík(OS/2) compilation fix
2007-03-31  Robert Roebling Don't create GtkScrolledWindow if neither wxHSCROLL
2007-03-31  Chris Elliottremove dead pro files
2007-03-31  Chris Elliottremove dead pro files
2007-03-31  Vadim Zeitlinset string field of wxCommandEvent object generated...
2007-03-31  Vadim Zeitlinadded test for EVT_TEXT handler for spin contorl
2007-03-31  Vadim Zeitlindon't return wxFONTENCODING_DEFAULT from wxFont::GetEnc...
2007-03-31  Vadim Zeitlinadded gtk.tlw.can-set-transparency system option (repla...
2007-03-31  Vadim Zeitlindon't remove the old tags of different kinds when setti...
2007-03-31  Paul Cornettdon't clamp scroll position before updating GtkRange,
2007-03-31  Vadim Zeitlin1. Moved m_usePrimary to wxClipboardBase as it's now...
2007-03-31  Vadim Zeitlinadded a menu command to switch between clipboard and...
2007-03-31  Vadim Zeitlindecouple primary selection handling from clipboard...
2007-03-31  Vadim Zeitlinsimplified the code by using new wxClipboardSync class...
2007-03-30  Václav Slavíkfixed wxDB compilation
2007-03-30  Vadim Zeitlinreverted part of patch 1610494 (rev 1.35) which broke...
2007-03-30  Václav Slavíkadded missing public keyword to wxWritableCharTypeBuffe...
2007-03-30  Vadim Zeitlindon't use deprecated wxSizerItem::SetWindow/Sizer/Space...
2007-03-30  Václav Slavíkadded char_str() and wchar_str() methods to wxString...
2007-03-30  Vadim Zeitlinclear m_oldStatusText after restoring it, otherwise...
2007-03-30  Vadim Zeitlinadded wxSizerItem::AssignXXX() methods replacing the...
2007-03-30  Vadim Zeitlindon't handle orderly socket shutdown by the peer as...
2007-03-30  Vadim Zeitlinfixed broken link and use \backslash instead of literal...
2007-03-30  Vadim Zeitlinadded more wxART_XXX ids (patch 1687751)
2007-03-30  Vadim Zeitlinadded more wxART_XXX ids (patch 1687750)
2007-03-30  Vadim Zeitlinadded <set-wxlike> tag (patch 1691429)
2007-03-30  Vadim Zeitlincompilation fix for Win64 (patch 1690999)
2007-03-30  Vadim Zeitlinadded check for index validity to OnTabButton()
2007-03-30  Vadim Zeitlinadded SetSelectionToPage/Window() to simplify code...
2007-03-30  Vadim Zeitlindon't pass potentially negative index to SetSelection()
2007-03-30  Vadim Zeitlinadded IO errors handling to TGA reading code
2007-03-30  Vadim Zeitlinfix error handling in the generic branch of wxCopyFile()
2007-03-30  Vadim Zeitlinfixed memory leaks when reading invalid GIFs
2007-03-30  Vadim Zeitlinfix memory leak in wxFileTypeImpl::SetCommand() if...
2007-03-30  Vadim Zeitlinfix memory leak in wxFileTypeImpl::SetDefaultIcon(...
2007-03-30  Vadim Zeitlindon't dereference potentially NULL m_sock in Disconnect()
2007-03-30  Vadim Zeitlindon't use m_stylePopup inside GetRichTextCtrl() before...
2007-03-30  Vadim Zeitlincheck that we don't use a NULL pointer in XCopyRemote()
2007-03-30  Vadim Zeitlinadded wxCHECK to ensure that we don't dereference a...
2007-03-30  Vadim Zeitlinno real changes, just fixed confusing (to both people...
2007-03-30  Vadim Zeitlincheck for alpha first, then mask, in BlurHorizontal...
2007-03-30  Vadim Zeitlinno real changes, just attempt to work around false...
2007-03-30  Vadim Zeitlinuse wxCHECK instead of wxASSERT to avoid use of NULL...
2007-03-30  Vadim Zeitlindon't use potentially NULL m_styleListBox (coverity...
2007-03-30  Vadim ZeitlinOnTabEndDrag() didn't handle NULL src_tabs case correct...
2007-03-30  Vadim Zeitlinremoved virtual GetSelectedBitmap() from the base wxDC...
2007-03-30  Vadim Zeitlintest whether pointer is non-NULL before using it, not...
2007-03-30  Vadim Zeitlintest whether pointer is non-NULL before using it, not...
2007-03-30  Vadim Zeitlinadded a check that we have a non-NULL scrollbar in...
2007-03-30  Vadim Zeitlindon't dereferencep ossibly NULL pointers in DoScreenToC...
2007-03-30  Vadim Zeitlindon't return junk from wxGetOsVersion() if we failed...
2007-03-30  Vadim Zeitlinreplaced run-time tests for wxRICHTEXT_USE_TOOLBOOK...
2007-03-30  Vadim Zeitlinmove m_perDisplayData destruction to dtor from CleanUp...
2007-03-30  Vadim Zeitlincheck that the pointer is non-NULL before using it...
2007-03-30  Vadim Zeitlincheck that filename pointer is non-NULL before using...
2007-03-30  Vadim Zeitlindon't use C++ comments in C file
2007-03-30  Vadim Zeitlindisable select root menu command when the root is hidden
2007-03-30  Vadim Zeitlindon't crash when attempting to select hidden tree root...
2007-03-30  Vadim Zeitlinthis project file is obsolete, now treectrl.dsp is...
2007-03-30  Vadim Zeitlindon't call gtk_label_set_line_wrap() from DoGetBestSize...
2007-03-30  Vadim Zeitlinfix PangoFontMetrics leak in GetCharHeight() (bug 1691180)
2007-03-30  Chris Elliottallow absolute path
2007-03-30  Vadim Zeitlindefine wxHAS_NATIVE_TAB_TRAVERSAL in wx/features.h...
2007-03-29  Václav Slavíkfixed warning about comparing int to size_t
2007-03-29  Václav Slavíkadded wxCStrData::operator- for compatibility with...
2007-03-29  Václav Slavíkadded creation of wxUniChar from int and conversion...
2007-03-29  Vadim Zeitlinfix memory leak when handling background attribute...
2007-03-29  Vadim Zeitlinfix compilation with wxUSE_EXTENDED_RTTI && !WXWIN_COMP...
2007-03-29  Vadim Zeitlinrebaked with the fix for the directories with spaces...
2007-03-29  Vadim Zeitlinadded wx/cocoa/tooltip.h to COCOA_HDR (bug 1689148)
2007-03-29  Vadim Zeitlinrebaked after adding new string-related headers
2007-03-29  Václav Slavíkmore wxString::append() tests
2007-03-29  Vadim Zeitlinadded overloads of operators for wint_t for VC when...
2007-03-29  Vadim Zeitlindefine ATTRIBUTE_PRINTF(m,n) and not just ATTRIBUTE_PRI...
2007-03-29  Chris Elliottput html docs in own dir
2007-03-29  Chris Elliottremove contrib docs from daily builds
2007-03-29  Chris Elliottadd tex2rtf docs to routine build
2007-03-29  Chris Elliottzip32 should be zip
2007-03-29  Chris Elliottremove contrib docs from daily builds
2007-03-29  Chris Elliottuppercase CVS
2007-03-29  Chris Elliottremove build of contrib docs
2007-03-29  Chris Elliottonly get todays files from top level dir
2007-03-29  Václav SlavíkPCH-less compilation fix
2007-03-28  Vadim Zeitlinadded wxString::operator[](int) as it's commonly used...
2007-03-28  Václav Slavíkallow passing wx[W]CharBuffer to wx vararg templates
2007-03-28  Václav Slavíksplit string.{h,cpp} into {string,stringimpl,arrstr...
2007-03-28  Václav Slavíkmade wxHashMap work with any form of strings
2007-03-28  Václav Slavíkadded test for operator?: and wxCStrData
2007-03-28  Václav Slavíkre-enabled using std::string for wxStringImpl if wxUSE_...
2007-03-28  Vadim Zeitlinupdate from helix84
2007-03-27  Julian SmartNeed an extra pixel when divider present
2007-03-27  Václav Slavíkdisabled VC6 warning about passing a macro that expands...
2007-03-27  Václav Slavíkfixed compilation with 2.8 compatibility off: wxTR_EXTE...
2007-03-27  Robin DunnMerge recent changes from 2.8 branch.
2007-03-26  Vadim Zeitlinmake Ctrl-PageUp/Down work for changing notebook pages...
2007-03-26  Vadim Zeitlinremoved wxHAS_NATIVE_TAB_TRAVERSAL which is now defined...
2007-03-26  Vadim Zeitlinuse NavigateIn() method instead of sending wxNavigation...
2007-03-26  Vadim Zeitlinadded wxWindow::NavigateIn(); provide wxGTK implementat...
next