wxWidgets.git
2008-02-12  Julian SmartFixed several style, paste and undo bugs
2008-02-12  Václav Slavíkuse ClientToWindowSize/WindowToClientSize
2008-02-12  Václav Slavíkadded wxWindow::ClientToWindowSize and WindowToClientSi...
2008-02-12  Václav Slavíksilence warnings about <headers>
2008-02-12  Stefan Csomorfixing SetShape's bridging between RgnHandle and HiShapeRef
2008-02-12  Jouk JansenUpdate setup for OpenVMS
2008-02-12  Paul Cornettbuild fix for non-MSW
2008-02-12  Vadim Zeitlinuse wxLanguageInfo::GetLocaleName() instead of Desscrip...
2008-02-11  Vadim Zeitlinsimplify SETLOCALE_FAILS_ON_UNICODE_LANGS-related code
2008-02-11  Vadim Zeitlinremove half a dozen #ifndef __WXWINCE__ as they dont...
2008-02-11  Vadim Zeitlinadd wxLanguageInfo::GetLocaleName(), this simplifies...
2008-02-11  Vadim Zeitlinavoid duplication in the code by refactoring LCID creat...
2008-02-11  Vadim Zeitlininitialize m_backgroundBrush to an invalid brush instea...
2008-02-11  Vadim Zeitlinuse #ifdef __WXMAC__, not #if
2008-02-11  Vadim Zeitlindocument that wxTLW::SetSize() is affected by SetSizeHi...
2008-02-11  Francesco Montorsiuse WXLIBPOSTFIX inside the define-*-name tags so to...
2008-02-11  Vadim Zeitlinuse correct WXDLLIMPEXP_FWD_CORE instead of WXDLLIMPEXP...
2008-02-11  Vadim Zeitlinupdate m_lastcount correctly in wxBufferedInputStream...
2008-02-11  Vadim Zeitlinset selection anchor to the focused item in SetItemState()
2008-02-11  Paul Cornettfix for glib critical errors when closing an mdi child
2008-02-11  Vadim Zeitlinimplement wxListBox::EnsureVisible() in wxGTK; add...
2008-02-11  Vadim Zeitlincompilation fix for wxUSE_STL==1
2008-02-11  Stefan Csomorapplying 1890924
2008-02-11  Chris Elliottsee thread.gmane.org/gmane.comp.lib.wxwidgets.devel...
2008-02-11  Chris Elliottfix SF bug 1890890
2008-02-11  David ElliottWhen Cocoa sends [tabView:didSelectTabViewItem:] create...
2008-02-11  Vadim Zeitlinmake wxGenericCollapsiblePane a wxControlContainer...
2008-02-11  Vadim Zeitlindocs for wxXLocale (should have been part of r51632)
2008-02-11  Vadim Zeitlinuse CanAcceptFocus() instead of CanAcceptFocusFromKeybo...
2008-02-11  Vadim Zeitlinno changes, just do the case of m_winLastFocused to...
2008-02-11  Vadim Zeitlindon't use parent window of a TLW in HandleOnNavigationK...
2008-02-10  Vadim Zeitlinlog Unicode data correctly, extract the logging code...
2008-02-10  Vadim Zeitlinpass correct data size to DdeClientTransaction() in...
2008-02-10  Michael WetherellFix IA64 VC++ 8 Stable to be a full build.
2008-02-10  Michael WetherellFix for systems with old non-POSIX awk.
2008-02-10  Vadim Zeitlinmention wxXLocale
2008-02-10  Vadim Zeitlincast char values to unsigned char before passing them...
2008-02-10  Vadim Zeitlinfixed wxXLocale(wxLanguage) ctor under Windows, use...
2008-02-10  Vadim Zeitlinfix compilation with VC7
2008-02-10  Vadim Zeitlinreturn int, not wxUniChar, from wxTo{upp,low}er_l(...
2008-02-10  Vadim Zeitlincompilation fix for wxUSE_XLOCALE == 0
2008-02-10  Vadim Zeitlinadd check for wxUSE_XLOCALE (and also wxUSE_INTL which...
2008-02-10  Vadim Zeitlinadd wxXLocale class and wxIsxxx_l() and wxToxxx_l(...
2008-02-10  Vadim Zeitlinupdate the samples to use new (non-deprecated) wxGLCanv...
2008-02-10  David ElliottMove stackwalk.cpp and epolldispatcher.cpp to BASE_UNIX...
2008-02-10  David ElliottAdd wxCocoa to the list of ports which don't need wxCol...
2008-02-10  Vadim Zeitlinuse correct locale in GetInfo() under Mac (slightly...
2008-02-09  Vadim Zeitlinadded wxDebugContext::SetShutdownNotifyFunction() ...
2008-02-09  Vadim Zeitlindon't close UDP socket if it receives an empty datagram...
2008-02-09  Vadim Zeitlinadd GetMDIParent() and use it to reduce the number...
2008-02-09  Vadim Zeitlinget wxSYS_COLOUR_MENU from a menu bar and not from...
2008-02-09  Vadim Zeitlinuse generic file picker in wxFLP_SAVE case as the nativ...
2008-02-09  Vadim Zeitlinfix signed/unsigned comparison warning
2008-02-09  Vadim Zeitlinremove extraneous IncRef() from wxRichTextFontTable...
2008-02-09  Vadim Zeitlinadded alpha support to wxImage::Paste() (patch 1883497...
2008-02-09  Vadim Zeitlindon't lose the contents of the combobox if it was set...
2008-02-09  Vadim Zeitlindon't hardcode grey/white colours for non-MSW/Mac in...
2008-02-09  Vadim Zeitlinadd wxUSE_WEAKREF (modified partially applied patch...
2008-02-09  Václav Slavíkdisable console targets for WinCE
2008-02-09  Václav Slavíkfixed wxGTK assert when closing wxMessageDialog
2008-02-08  Benjamin Williamsmaximize bug fixed
2008-02-08  David ElliottFix tracking rectangles in 64-bit build by remembering...
2008-02-08  Vadim Zeitlindon't redeclare wxYield() if it had been already declar...
2008-02-08  David ElliottReword the comment again. I forgot to save before...
2008-02-08  David ElliottChange the __NEXT_RUNTIME__ test to __OBJC_GC__ which...
2008-02-08  David ElliottAvoid warnings in the Objective-C uniquifying code...
2008-02-08  David ElliottAdd wxGCSafeRetain/wxGCSafeRelease to the vast majority...
2008-02-07  David ElliottInstead of using wxCFRetain/wxCFRelease directly for...
2008-02-07  David ElliottRegenerate configure.
2008-02-07  David ElliottAdd in some support for separate CXXFLAGS and OBJCXXFLAGS.
2008-02-07  Julian SmartAvoid scrolling parts of the screen that don't belong...
2008-02-07  Václav Slavíkremoved unused SYMBOL_WXRICHTEXT.*_TITLE values that...
2008-02-06  David ElliottFix most of the Objective-C GC problems by using the...
2008-02-06  Vadim Zeitlincorrection after the previous commit which introduced...
2008-02-06  Julian SmartReset scroll position when clearing buffer
2008-02-06  Vadim Zeitlinfix GetTLWParentIfNotBeingDeleted() to work correctly...
2008-02-06  Julian SmartResolved ambiguity for VC 9
2008-02-06  Vadim Zeitlinimplement (trivially) wxGLApp ctor
2008-02-05  Michael WetherellFix the email notification's fromaddr.
2008-02-05  Michael WetherellTry out email notifications, just to me initially.
2008-02-05  Michael WetherellWhitespace fixes.
2008-02-05  Michael WetherellAdd email address lookup table for wx devs.
2008-02-05  Václav Slavíkcall Show(false) from ~wxDialog to call EndModal if...
2008-02-05  Michael WetherellClean up the tools for offline checking of the configur...
2008-02-05  Vadim Zeitlinfix typo in warning message
2008-02-05  Julian SmartStrip menu codes from page label for consistency with...
2008-02-05  Vadim Zeitlinlength passed to WideCharToMultiByte() was off by one...
2008-02-04  Vadim Zeitlinset eol-style LF on even more Unix-only files
2008-02-04  Václav Slavíkupdated list of aclocal m4 files
2008-02-04  Vadim Zeitlinupgrade m4 files to bakefile 0.2.3
2008-02-04  Vadim Zeitlinadded links to wxWindowCreate/DestroyEvents
2008-02-04  Vadim Zeitlinuse BSTR length to also deal with NULs inside BSTRs...
2008-02-04  Vadim Zeitlinuse WideCharToMultiByte() instead of wcstombs() to...
2008-02-04  Vadim Zeitlinadded console IPC sample (part of patch 1833150)
2008-02-03  Vadim Zeitlinundid change to GSocket::Select() done in r50831, do...
2008-02-03  Vadim Zeitlinuse wxSOCKET_REUSEADDR for IPC sockets (part of patch...
2008-02-03  Vadim Zeitlinanother correction to indices used in StringToLines()
2008-02-03  Vadim ZeitlinwxFontData doesn't need to be static in wxGenericFontBu...
2008-02-03  Vadim Zeitlincorrect indices used in StringToLines() (modified patch...
2008-02-03  Paul Cornettadd missing ! accidentally dropped in last commit
next