wxWidgets.git
2007-03-17  Vadim Zeitlinrenamed meaningless IsRealClass() function in CanBeUsed...
2007-03-17  Vadim Zeitlindon't try to use XRCCTRL() with wxMenuBar or wxStaticBo...
2007-03-17  Vadim Zeitlinfix extra indentation in wxHTML_ALIGN_JUSTIFY display...
2007-03-17  Vadim Zeitlincall wxYield() to force display of the busy info frame...
2007-03-17  Vadim Zeitlinimplemented wxMemoryInputStream::CanRead() and added...
2007-03-17  Vadim Zeitlinadded wxMemoryInputStream(wxInputStream&, size_t) ctor...
2007-03-17  Vadim Zeitlingcc signed/unsigned warning fix
2007-03-17  Vadim Zeitlincorrected WX_DEFINE_VARARG_FUNC_NOP usage
2007-03-17  Vadim Zeitlinoutput '}' as wxChar, not char, which results in using...
2007-03-17  Vadim Zeitlinremoved Classic files from the manifest after removing...
2007-03-17  Václav Slavíkfirst phase of transition to unified Unicode build:
2007-03-17  Vadim Zeitlinshutdown sockets gracefully instead of doing it with...
2007-03-16  Václav Slavíkadded missing #pragma hdrstop
2007-03-16  Václav Slavíkchanged wxPlatform implicit conversion to string to...
2007-03-16  Roman Rolinskydefault setting fix
2007-03-16  Vadim Zeitlinregenerated after wxSelectDispatcher addition (patch...
2007-03-16  Vadim ZeitlinwxX11 Unicode compilation fix
2007-03-16  Vadim Zeitlinmake wxFDIOHandler dtor virtual, it's meant to be used...
2007-03-16  Vadim Zeitlinrefactoring: replace wxSocketDispatcher with more gener...
2007-03-16  Roman Rolinskywarning about %comments, CHANGES.txt updated
2007-03-16  Vadim ZeitlinVC6 has problems with std::vector and identifiers names...
2007-03-16  Vadim ZeitlinVC6 compilation fix (don't reuse the same variable...
2007-03-16  Vadim Zeitlinadded more message names to wxGetMessageName() (modifie...
2007-03-16  Roman RolinskyAdded Preferences dialog (and defaults for some parameters)
2007-03-16  Roman Rolinskycollapsing tool panels
2007-03-16  Václav Slavíkremoved wxArrayString casting hack, it doesn't work...
2007-03-16  Roman Rolinskydefault values for option and flag (TODO: preferences...
2007-03-16  Julian SmartFurther correction in case where string value is omitted
2007-03-16  Vadim Zeitlindon't waste time updating state of tools in a hidden...
2007-03-16  Vadim Zeitlininclude wx/msw/missing.h after wx/msw/private.h, otherw...
2007-03-16  Vadim Zeitlinmultiple fixes to wxJoystick under Unix and new index...
2007-03-16  Vadim Zeitlinuse safer RemoveEventHandler() instead of PopEventHandl...
2007-03-16  Vadim Zeitlindo nothing in ShowHidden() if the flag doesn't change...
2007-03-16  Vadim Zeitlincall GetWidth/Height() only once in Rotate() and not...
2007-03-15  Roman Rolinskyanother fix for undo/redo
2007-03-15  Vadim Zeitlindon't add wxVSCROLL if only wxHSCROLL is explicitly...
2007-03-15  Roman Rolinsky- undo/redo fix for nonchecked items
2007-03-15  Vadim Zeitlinadded support for wxGRID_AUTOSIZE in wxGrid::SetRow...
2007-03-15  Stefan Csomorreverting one line
2007-03-15  Vadim Zeitlinadded wxGridUpdateLocker helper class wrapping Begin...
2007-03-15  Julian SmartDon't send initial event in ctor
2007-03-15  Václav Slavíkfixed wxDataViewCtrl compilation with DigitalMars
2007-03-15  Vadim Zeitlinremoved outdated Classic files to avoid confusing people
2007-03-15  Vadim Zeitlinadded wrapper functions allowing to postpone loading...
2007-03-15  Vadim Zeitlinextracted code including gdiplus.h in a separate header
2007-03-15  Roman Rolinskysearching for plugins in XRCEDPATH
2007-03-15  Vadim Zeitlinfix GetSize() for large files (patch 1680876)
2007-03-14  Roman Rolinskycleanup of modules loaded from comment directives
2007-03-14  Roman Rolinskymoved custom menu up
2007-03-14  Vadim Zeitlinsuppress unused parameter warning
2007-03-14  Vadim Zeitlinlast change was wrong, fix wxUSE_MDI==0 build without...
2007-03-14  Václav Slavíkconstructing a sentence dynamically is not i18n-friendl...
2007-03-14  Roman Rolinskymore custom classes support
2007-03-14  Vadim Zeitlinreplace (deprecated) Get/UngetWriteBuf() with wxStringB...
2007-03-14  Vadim Zeitlinremoved wxUSE_DIB_FOR_BITMAP which doesn't seem to...
2007-03-14  Roman RolinskywxLED_ALIGN_MASK fix
2007-03-14  Vadim Zeitlinimplement Set/GetTitle() (last part of patch 1679337)
2007-03-14  Václav Slavíkconstructing a sentence dynamically is not i18n-friendl...
2007-03-14  Vadim Zeitlindon't really enable the window when its parent is disab...
2007-03-14  Chris Elliottbuild 2.8.2 html and htb docs on windows
2007-03-14  Vadim Zeitlinavoid duplicated empty help menu in localized applicati...
2007-03-14  Vadim Zeitlindon't add extra GetCharHeight() pixels to the top borde...
2007-03-14  Vadim Zeitlinchanged literal "minimal" strings to $(PRODUCT_NAME...
2007-03-13  Roman RolinskySupport for custom controls, first attempt
2007-03-13  Vadim Zeitlinimplemented Set/GetLabel() (part of patch 1679337)
2007-03-13  Vadim Zeitlinimplemented GetLabel() (part of patch 1679337)
2007-03-13  Vadim Zeitlintest for pthread_mutex_timedlock() availability in...
2007-03-13  Vadim Zeitlinallocate HPEN on demand instead of doing every time...
2007-03-13  Vadim Zeitlinallocate HFONT on demand instead of doing every time...
2007-03-13  Vadim Zeitlinfix setting the properties of a valid but unshared...
2007-03-13  Vadim Zeitlincorrected example; minor fixes to the text; uncommented...
2007-03-12  Vadim Zeitlinremoved extraneous semicolon (bug 1679080)
2007-03-12  Vadim Zeitlinfix window repainting when SetLineCount() is called...
2007-03-12  Benjamin Williamsprevent disappearing menus in tabmdi
2007-03-12  Vadim Zeitlininclude <locale.h> before using setlocale()
2007-03-12  Vadim Zeitlininclude wxUniv files in wxDFB distribution
2007-03-12  Benjamin Williamsapplied patch 1675101 - reduce flicker
2007-03-12  Julian SmartApplied patch [ 1678626 ] Non-ascii characters in wxRic...
2007-03-12  Jouk Jansen Modified Files:
2007-03-12  Vadim Zeitlinadded wxAppTraits::SetLocale() and call it during wxApp...
2007-03-11  Vadim Zeitlinadded wxSafeConvertMB2WX/WX2MB() and use them when...
2007-03-11  Roman Rolinskyediting comments by editing tree label
2007-03-11  Paul Cornettfix assertions on invalid items
2007-03-11  Vadim Zeitlinuse wxConvLibc, not wxConvCurrent, with regerror()
2007-03-11  Paul Cornettput refdata virtuals in the right class this time
2007-03-11  Julian SmartFixed wrapping with tabs
2007-03-11  Vadim Zeitlininclude wx/object.h now that wxConfigBase derives from...
2007-03-11  Roman RolinskyImplemented xxxComment. Due to different minidom XML...
2007-03-11  Roman RolinskyComment icon
2007-03-11  Roman RolinskyTree-Comment.png
2007-03-11  Paul Cornettuse AllocExclusive
2007-03-11  Vadim Zeitlinadded support for wxTE_NO_VSCROLL (patch 1588605) and...
2007-03-11  Vadim Zeitlintest wxTE_NO_VSCROLL
2007-03-11  Vadim Zeitlinlast fixes from patch 1604462: fix wxlike-libdirname...
2007-03-11  Vadim Zeitlincompilation fix after last commit: wxPenRefData, not...
2007-03-11  Vadim Zeitlinargh, added missing comma in last commit
2007-03-11  Vadim Zeitlinadded wxWinVersion_Vista to wxWinVersion enum
2007-03-11  Vadim Zeitlinderive wxConfig classes from wxObject and add wxRTTI...
2007-03-11  Vadim Zeitlinset GtkRcStyle::text to fg colour too to allow changing...
2007-03-11  Václav SlavíkVC6 compilation fix
next