wxWidgets.git
2006-10-31  Julian SmartVersion changes
2006-10-31  Vadim Zeitlinrecognize wxTB_TOP/LEFT/RIGHT/BOTTOM styles too
2006-10-31  Benjamin Williamsaui docking works well on systems with solid window...
2006-10-31  Vadim Zeitlinmany fixes to toolbar positioning code
2006-10-31  Vadim Zeitlinchecking that a wxWindow is of run-time type wxWindow...
2006-10-31  Vadim Zeitlinensure that wxToolBar has one of wxTB_TOP/LEFT/RIGHT...
2006-10-31  Julian SmartRemove unnecessary restriction for sizer parent
2006-10-31  Vadim Zeitlindon't define specifyLevel variable in release builds...
2006-10-31  Vadim Zeitlinremoved unused Tell() call
2006-10-31  Vadim Zeitlindon't define TRACE_CLIPBOARD in release builds (fixes...
2006-10-31  Vadim Zeitlinfix crash in wxRadioBox creation due to its DoGetBestSi...
2006-10-31  Vadim Zeitlinblind compilation fixes for OS/2
2006-10-31  Vadim Zeitlinfix refcountlist subsection location
2006-10-31  Vadim ZeitlinSetBestSize() is now deprecated, don't use it
2006-10-31  Benjamin Williamsaui notebook real-time dragging implemented
2006-10-31  Julian SmartMade all bitmaps 16x16
2006-10-31  Václav Slavíkfixed: clicking on links in the help view did nothing
2006-10-31  Stefan Csomorfixing reset clip
2006-10-31  Stefan Csomorcorrect meaning of logical origin
2006-10-31  Benjamin Williamsaui notebook pages can be moved around
2006-10-31  Stefan Csomoradded missing init
2006-10-31  Michael WetherellFix for handling of invalid gifs, patch 1587754 Noel...
2006-10-31  Benjamin Williamsfixed missed button enum conversion
2006-10-31  Vadim Zeitlinavoid unneeded use of cat in the last change
2006-10-31  Václav Slavíkfixed scrolling using mouse broken by my previous commit
2006-10-31  Robin DunnGet the version numbers from configure.in, which should...
2006-10-31  Stefan Csomormake things compile under 10.3 again
2006-10-31  Robin DunnGetBestFittingSize --> GetEffectiveMinSize
2006-10-31  Vadim Zeitlindefine wxTC_MULTILINE explicitly as wxNB_MULTILINE...
2006-10-31  Julian SmartDon't process char event if wxTranslateKeyEvent returne...
2006-10-31  Vadim Zeitlininclude wrapwin.h to get HMONITOR and friends declarations
2006-10-31  Stefan Csomorlost save state call
2006-10-31  Stefan Csomormake sure we always restore the passed in cg in a paint...
2006-10-31  Julian SmartUpdated version number
2006-10-31  Benjamin Williamsminor aui doc updates
2006-10-31  Julian SmartUpdated manual version
2006-10-31  Benjamin Williamsaui: allow m_frame to be null in wxFrameManager
2006-10-31  Benjamin Williamsfix aui crash related to SF bug 1531361
2006-10-31  Michael WetherellUpdate docs to mention new filesystem handlers.
2006-10-31  Vadim Zeitlinmake wxBitmap *really* ref counted in X11; some cleanup...
2006-10-31  Robin DunnSome random test apps that I've been playing with
2006-10-31  Vadim Zeitlinpartly successful (i.e. previously it didn't work at...
2006-10-31  Robin DunnGobs of changes needed to get up to date with today...
2006-10-31  Vadim Zeitlinadded --enable-tga (on by default)
2006-10-31  Vadim Zeitlinadded horse.tga to bakefile and distribution scripts
2006-10-31  Vadim Zeitlinuse wxChar correctly in wxString docs; mark wx1 compati...
2006-10-31  Vadim Zeitlincompilation fix after wxMemoryDCBase changes
2006-10-31  Vadim Zeitlincompilation fix after wxBitmap::operator==() removal
2006-10-30  Julian SmartMore fun with line endings, to avoid mangling PDF contents
2006-10-30  Vadim Zeitlindon't assign NULLs to bools and floats, this is confusi...
2006-10-30  Vadim Zeitlinmore fixes to double to int conversions
2006-10-30  Vadim Zeitlingcc signed/unsigned comparison fix
2006-10-30  Vadim Zeitlinhack to fix warnings about wxMAC_USE_CORE_GRAPHICS_BLEN...
2006-10-30  Vadim Zeitlinforcefully disable wxUSE_STD_STRING and wxUSE_STL for...
2006-10-30  Vadim Zeitlinremoved unneeded ifdef from last commit
2006-10-30  Julian SmartCompile fix for Universal
2006-10-30  Vadim Zeitlincompilation fix after operator==() removal
2006-10-30  Vadim Zeitlincompilation fix after operator==() removal
2006-10-30  Vadim Zeitlinadded wxUSE_COLLPANE (why is this file not generated...
2006-10-30  Vadim ZeitlinUnicode compilation fix
2006-10-30  Vadim Zeitlincompilation fixes after adding wxMemoryDCBase::Init...
2006-10-30  Vadim Zeitlinignore dmc_lib (Digital Mars build directory)
2006-10-30  Vadim Zeitlincommented out if(1) which resulted in annoying bcc...
2006-10-30  Vadim Zeitlina better compilation fix
2006-10-30  Robert Roebling Compile fix.
2006-10-30  Vadim Zeitlincompilation fix after operator==() removal
2006-10-30  Vadim Zeitlincompilation fix after IsRefTo -> IsSameAs
2006-10-30  Vadim Zeitlinrenamed IsRefTo() to IsSameAs() (do complain if this...
2006-10-30  Vadim Zeitlindon't need to check if we set the same cursor before...
2006-10-30  Vadim Zeitlinuse wxUSE_COLLPANE around usage of wxCollapsiblePane
2006-10-30  Vadim Zeitlingcc signed/unsigned comparison warning fix
2006-10-30  Vadim ZeitlinUnicode compilation fix
2006-10-30  Vadim Zeitlinhandle PANGO_WEIGHT_SEMIBOLD font weight (avoids gcc...
2006-10-30  Robert Roebling Commit configure.
2006-10-30  Robert Roebling Blindly fixed (tried to) wxSlider on Mac after
2006-10-30  Robin Dunnanother compile fix
2006-10-30  Robin DunnAdd DLL export macro
2006-10-30  Robin DunnMore compile fixes.
2006-10-30  Robin DunnSome compile fixes.
2006-10-30  Vadim Zeitlininclude wx/bitmap.h as we use wxBitmap here now
2006-10-30  Vadim Zeitlinremove just added wxCoordRound() (see patch 1586499)
2006-10-30  Vadim Zeitlinadded collpane sampel files
2006-10-30  Vadim Zeitlinno changes, just removed commented out code
2006-10-30  Vadim Zeitlinrebaked
2006-10-30  Vadim ZeitlinVarious wxCollapsiblePane enhancements (re-patch 1577412):
2006-10-30  Benjamin Williamsaui notebook sizing calculations streamlined
2006-10-30  Vadim Zeitlinreplaced wxCint() with wxRound() (which is exactly...
2006-10-30  Mattia Barbon Nearly finished Italian translation.
2006-10-30  Vadim ZeitlinAdded wxMemoryDC::SelectObjectAsSource() and make Selec...
2006-10-30  Vadim Zeitlinmention comparison operators changes
2006-10-30  Vadim Zeitlinno changes, just wrap long lines
2006-10-30  Vadim ZeitlinCOW cleanup patch (1583966):
2006-10-30  Vadim Zeitlinuse explicit virtual keyword with overridden virtual...
2006-10-30  Robert Roebling Replaced SetSizeHints -> SetMinSize
2006-10-30  Vadim Zeitlincompilation fix for wxUSE_UNICODE_MSLU && !WXWIN_COMPAT...
2006-10-30  Robert Roebling Replaced SetSizeHints() with SetMinSize().
2006-10-30  Benjamin Williamsaui notebook button enabling/disabling implemented
2006-10-30  Robert Roebling It's too late.
2006-10-30  Robert Roebling Typo.
2006-10-30  Robert Roebling Small fix again.
next