]> git.saurik.com Git - wxWidgets.git/history - src
Patch from FM with more bakefile tweaks and etc.
[wxWidgets.git] / src /
2007-04-05  Robin DunnPatch from FM with more bakefile tweaks and etc.
2007-04-05  Benjamin Williamsavoid assert in window list drop down
2007-04-05  Václav Slavíkcompilation fixes
2007-04-05  Vadim Zeitlinconstruct wxBasicString directly from wxString instead...
2007-04-05  Václav Slavíkmade wxString::Replace, Matches and Find work with...
2007-04-05  Robin DunnBakefile and other changes for new locations of STC...
2007-04-04  Vadim Zeitlincompilation fix for Unicode build: remove ambiguity...
2007-04-04  Vadim Zeitlindon't call OnMouseEnter(-1) twice when the mouse leaves...
2007-04-04  Václav Slavíkbuild fixes after previous commit
2007-04-04  Vadim Zeitlincall SetEventObject() for wxHtmlLinkEvents we generate
2007-04-03  Václav Slavíkcleanup of wxString ctors and operator=: made both...
2007-04-03  Vadim ZeitlinUndid last commit and restored bool argument to wxFrame...
2007-04-03  Vadim Zeitlinremoved unnecessary checks for m_clipboard/targetsWidge...
2007-04-03  Vadim Zeitlinremoved second parameter of wxFrame::DoGiveHelp(),...
2007-04-03  Václav SlavíkBCC5.5 compilation fix
2007-04-03  Václav Slavíkfixed wxBitmap<->wxImage conversion to not exchange...
2007-04-03  Paul Cornettbuild fixes for wxUSE_VALIDATORS==0
2007-04-03  Paul Cornettmore checks for non-scrolling windows, some code duplic...
2007-04-02  Vadim Zeitlinremoved second parameter of wxFrame::DoGiveHelp(),...
2007-04-02  Robin DunnEnable the use of the primary selection
2007-04-02  Robin DunnAlways use wxHSCROLL|wxVSCROLL.
2007-04-02  Julian SmartAdded mouse event handler invocations
2007-04-02  Julian SmartFixed compile problem and warning
2007-04-01  Vadim Zeitlinavoid asserts when the cipboard is acquired by another...
2007-04-01  Vadim Zeitlinblind fix for Unicode key handling (patch 1615989)
2007-04-01  Vadim Zeitlintoggle the first button in a radio tools group initiall...
2007-04-01  Vadim Zeitlinimplement GetBestSize() (patch 1386199)
2007-04-01  Vadim Zeitlinfixes for PCH-less build after last commit
2007-04-01  Vadim Zeitlinadded support for ellipsization and markup in wxStaticT...
2007-04-01  Vadim Zeitlincompilation fix after last change
2007-04-01  Vadim Zeitlinadded a generic mechanism for registering global handle...
2007-03-31  Robert Roebling Don't create GtkScrolledWindow if neither wxHSCROLL
2007-03-31  Vadim Zeitlinset string field of wxCommandEvent object generated...
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 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 Zeitlindon't use deprecated wxSizerItem::SetWindow/Sizer/Space...
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 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 Zeitlindon't crash when attempting to select hidden tree root...
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-29  Vadim Zeitlinfix memory leak when handling background attribute...
2007-03-29  Vadim Zeitlinfix compilation with wxUSE_EXTENDED_RTTI && !WXWIN_COMP...
2007-03-29  Václav SlavíkPCH-less compilation fix
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íkre-enabled using std::string for wxStringImpl if wxUSE_...
2007-03-27  Julian SmartNeed an extra pixel when divider present
2007-03-27  Václav Slavíkfixed compilation with 2.8 compatibility off: wxTR_EXTE...
2007-03-26  Vadim Zeitlinmake Ctrl-PageUp/Down work for changing notebook pages...
2007-03-26  Vadim Zeitlinadded wxWindow::NavigateIn(); provide wxGTK implementat...
2007-03-26  Václav Slavíkuse wxString for wxXmlResource::Set/GetDomain(), it...
2007-03-26  Václav Slavíkuse wxStrings in wxLocale methods, _() and wxGetTransla...
2007-03-26  Václav SlavíkPreparing wxString for UTF-8 representation:
2007-03-26  Robin DunnForward port of my recent changes in the 2.8 branch:
2007-03-26  Vadim Zeitlinuse native TAB traversal for GTK+ 2
2007-03-26  Vadim Zeitlinadded ellipsis to a couple of stock labels
2007-03-26  Vadim Zeitlinassert if AddRoot() is called twice for a wxTR_HIDE_ROO...
2007-03-25  Vadim Zeitlindon't use wxControlContainer if wxHAS_NATIVE_TAB_TRAVER...
2007-03-25  Vadim Zeitlindon't check whether the window is shown and enabled...
2007-03-25  Vadim Zeitlinwhy was this class made a wxControlContainer (rev....
2007-03-25  Václav Slavíkremove wxStringBase::AllocCopy(), it wasn't used anywhere
next