wxWidgets.git
2006-10-29  Robert Roebling Added simplistic test for nested sizer (in panel).
2006-10-29  Robert Roebling Forgot one wxCoordRound
2006-10-29  Vadim Zeitlindon't set translation credits if they're empty (part...
2006-10-29  Robert Roebling wxRound
2006-10-29  Robert Roebling wxCoordRound() -> wxRound()
2006-10-29  Vadim Zeitlincorrect EnsureFileAccessible() docs broken by previous...
2006-10-29  Vadim Zeitlindon't call gtk_image_set_from_pixbuf() if no animation...
2006-10-29  Vadim Zeitlincommented out/unused code removed; use wxAboutDialog...
2006-10-29  Vadim Zeitlinhandle errors returned by wxAnimateCtrl::Play() (part...
2006-10-29  Stefan NeisCorrected includes for wxGTK under OS/2.
2006-10-29  Vadim Zeitlindon't use Unicode filenames under Win9x, even with...
2006-10-29  Robert Roebling wxCoordRound -> wxRound.
2006-10-29  Robert Roebling Use wxRound instead of wxCoordRound
2006-10-29  Stefan Csomorflushing is not done anymore in closing the context...
2006-10-29  Julian SmartMerge extra documents with main doc archives to help...
2006-10-29  Julian SmartApplied patch [ 1583316 ] set media source for printing
2006-10-29  Michael WetherellRemove extra newline.
2006-10-29  Michael WetherellMention GetC and wxFileSystem in incompatible changes.
2006-10-29  Julian SmartApplied patch 1586499: wxCoordRound function
2006-10-29  Michael WetherellChange GetC to return an int so that it can return...
2006-10-29  Julian SmartBorland fix.
2006-10-29  Michael WetherellRename wxSTREAM_FILEEXTENSION to wxSTREAM_FILEEXT.
2006-10-29  Vadim Zeitlindeal correctly with vsnprintf() implementations which...
2006-10-29  Mattia Barbon Updated PO files. Translated some of the missing...
2006-10-29  Robert Roebling More simplistic test for setting size and max size
2006-10-29  Robert Roebling Test SetSizeHints() for wxFrame (does nothing
2006-10-29  Vadim Zeitlinuse just HAVE_FSYNC as wxFsync() guard, it is now defin...
2006-10-29  Vadim Zeitlinuse wxPOSIX_IDENT() for consistent handling of undersco...
2006-10-29  Michael WetherellDocument filter streams take owner ship when created...
2006-10-29  Stefan Csomorblit implemented using dc.GetAsBitmap with subrect
2006-10-29  Stefan CsomorGetAsBitmap with subrect
2006-10-29  Stefan Csomorapply complete transforms (scroll window PrepareDC...
2006-10-29  Stefan Csomorforgotten commit for having native affine matrix ops
2006-10-29  Stefan Csomorextend GetAsBitmap with an optional subrect
2006-10-29  Stefan Csomorusing native tranforms for everything
2006-10-29  Stefan Csomorswitch having an affine transform even when there is...
2006-10-29  Stefan Csomormoving context methods
2006-10-29  Michael WetherellFixes for semicolons, commas and wxSTRING_MAXLEN from...
2006-10-29  Kevin OllivierAdded wxDC::GetAsBitmap, and implemented wxWindowDC...
2006-10-29  Robin DunnSetTextColour is gone
2006-10-29  Robin DunnreSWIGged
2006-10-29  Robin DunnAdd wxPyTabArt
2006-10-29  Robin DunnwxGraphicsMatrix and wxGraphicsPath are ref-counted...
2006-10-29  Robin DunnwxGridCellBoolEditor::UseStringValues
2006-10-29  Robin DunnAdd wxPyTabArt
2006-10-29  Robin Dunnupdate the Cairo version to match recent changes in...
2006-10-29  Robin DunnAdd missing wxNullGraphicsPath
2006-10-29  Robin DunnAdd export macros
2006-10-29  Vadim Zeitlinadded NZST and NZDT time zones (request 617912)
2006-10-28  Robert Roebling Mention the Unix printing overview in the general
2006-10-28  Robert Roebling Correct background colour in ComboCtrl (from Jaako).
2006-10-28  Robert Roebling Launch the browser that is set in the gconf registry.
2006-10-28  Robin DunnMoved version number to 2.7.2.0 and rebaked
2006-10-28  Vadim Zeitlinremove unneeded WXDLLEXPORTs for the classes only used...
2006-10-28  Benjamin Williamsfixed some compiler warnings in wxaui
2006-10-28  Benjamin Williamswxaui multi-book prep work for left/right buttons on...
2006-10-28  Vadim Zeitlinavoid gcc warnings about missing braces in an aggregate...
2006-10-28  Vadim Zeitlincheck for strtoull() or wcstoull()
2006-10-28  Vadim Zeitlinfix gcc compilation warning
2006-10-28  Kevin OllivierFor whatever reason, font-size 9 is now hardly readable...
2006-10-28  Stefan Csomormissing methods
2006-10-28  Vadim Zeitlinadded wxString::ToLongLong() and ToULongLong() (feature...
2006-10-28  Vadim Zeitlinno changes, just a typo in comment
2006-10-28  Vadim Zeitlinalso reset errno iin ToDouble()
2006-10-28  Vadim Zeitlinreset errno before testing it
2006-10-28  Vadim Zeitlinextracted common code of ToLong and ToULong in a separa...
2006-10-28  Benjamin Williamswxaui multi-notebook now uses a tab art provider which...
2006-10-28  Václav Slavíkremoved unused GetScrollbarArrowSize() version
2006-10-28  Vadim ZeitlindeTABified
2006-10-28  Vadim Zeitlincheck for under/overflow in ToLong/ULong/Double() as...
2006-10-28  Stefan Csomormatrix and path to ref counting
2006-10-28  Vadim ZeitlinAlloc() doesn't clear the array any more, for consisten...
2006-10-28  Vadim Zeitlinno real changes, just renamed the header guard to stand...
2006-10-28  Vadim Zeitlindeprecate wxSTRING_MAXLEN in favour of wxString::npos
2006-10-28  Vadim Zeitlinadded missing dlldecl for wxFSHandlerHash
2006-10-28  Vadim Zeitlinallow customizing the string values returned by wxGridC...
2006-10-28  Stefan Csomormoving path and matrix to refcounting as well, switchin...
2006-10-28  Vadim Zeitlindon't use unneeded logBuf member variable; show the...
2006-10-28  Michael WetherellAnother fix for the pch bug test.
2006-10-28  Michael WetherellAnother fix for the pch bug test.
2006-10-28  Julian SmartDocumented wxRichTextBuffer printing
2006-10-28  Julian SmartAvoid missing ref
2006-10-28  Michael WetherellFix bugs in check for gcc's precompiled header bug.
2006-10-28  Julian SmartCorrected a clearing bug
2006-10-28  Michael WetherellCompile fix for VC++ 5 and 6.
2006-10-28  Robin DunnreSWIGged
2006-10-28  Robin Dunndaily updates and add wxGrpahicsPath overloads
2006-10-28  Robin DunnAdd missing Contains overload
2006-10-28  Robin DunnTypemaps for wxRect2D
2006-10-28  Robin DunnDon't decref if the interpreter is not initialized...
2006-10-28  Robin Dunndaily updates and tweaks
2006-10-28  Robin DunnEnsure that the pen and bush are properly initialized
2006-10-28  Michael WetherellFix portibility bug.
2006-10-28  Vadim Zeitlinexplain that wxRTTI macros must be used for OnCompareIt...
2006-10-28  Vadim Zeitlinverify that we checked all the array elements in TestST...
2006-10-28  Kevin OllivierCalling SetFocus from within an OnFocus handler causes...
2006-10-28  Vadim Zeitlinfix VC warning about forward declaring struct as class
2006-10-28  Vadim Zeitlinremoved hard TAB
2006-10-27  Michael WetherellAdd wxArchiveFSHandler.
2006-10-27  Michael WetherellTidy up includes and #if wxUSE statements.
next