]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2007-10-21  Paul Cornettfix header wrapper typo
2007-10-21  Michael WetherellWhen testing for getpwuid_r and getgrgid_r also check...
2007-10-20  Vadim Zeitlinreplace wrong calss of Refresh() with (hopefully) corre...
2007-10-20  Vadim Zeitlinfix unused parameter warnings
2007-10-20  Vadim Zeitlinmany wxIPC Unicode and UTF-8 fixes (use void* instead...
2007-10-20  Vadim Zeitlindefine wxUTF8Buf as the type returned by wxString:...
2007-10-20  Paul Cornettdon't force size_allocate in gtk_pizza_put, it shouldn...
2007-10-20  Vadim Zeitlinfix (reversed) operator!() description (bug 1817138)
2007-10-20  Vadim Zeitlinundefine _DEFINE_LIST before redefining it; also rename...
2007-10-20  Vadim Zeitlindeprecate wxEffects
2007-10-20  Vadim Zeitlinaccept "--opt val" and "--opt:val" syntax in addition...
2007-10-20  Robert RoeblingUse wxDataViewSpinRenderer
2007-10-20  Robert RoeblingRedundant call to GetItemByRow
2007-10-20  Robert RoeblingAdded wxDataViewCustomRenderer::RenderText() for render...
2007-10-20  Paul Cornettdon't need to paint tlw background, GTK does it
2007-10-20  Vadim Zeitlinalways return just "$CXX -o" from `wx-config --ld`...
2007-10-20  Vadim Zeitlinload message catalogs using wxFileSystem; use wxMemoryB...
2007-10-20  Robert Roebling[ 1816882 ] wxListBox::SetSelection() doesn't update...
2007-10-20  Robert Roebling[ 1816944 ] GTK - wxMenuBar bug
2007-10-20  Vadim Zeitlindon't update the tree unnecessarily in Expand/CollapseA...
2007-10-20  Vadim Zeitlinadd support for detached threads in wxThreadHelper...
2007-10-20  Vadim Zeitlinspelling and other minor fixes (patch 1806283)
2007-10-20  Vadim Zeitlinadd discussion about the problems of using Yield()...
2007-10-20  Vadim Zeitlinexport wxInvalidSize from DLL builds (patch 1805738)
2007-10-20  Robert RoeblingOnly draw cell in selected style when control has focus
2007-10-20  Robert RoeblingUse BTNFACE colour for rendering selected item when...
2007-10-20  Robert RoeblingSupport hover over effect for DrawHeaderButton for...
2007-10-20  Paul Cornettuse a GtkAlignment to set size of toolbar controls...
2007-10-20  David ElliottFix wxVsnprintf-using code on both trunk and 2.8 and...
2007-10-19  Robert Roeblingminor corr
2007-10-19  Robert Roeblingminor corr
2007-10-19  Julian SmartAdded wxVariantData::Clone and wxVariant::Unshare
2007-10-19  Robert RoeblingUse wxPointList instead of wxList in wxDC code
2007-10-19  Julian SmartShow debug report directory in long form on Windows
2007-10-19  David ElliottImprove behavior of menubar switching when windows...
2007-10-19  David ElliottAdd missing wxT().
2007-10-19  David ElliottAdd ProcessPendingEvents to wxApp::Yield which makes...
2007-10-18  Robert RoeblingAdded PrependColumn methods and short cuts. Added test...
2007-10-18  Paul Cornettsimplify toolbar and statusbar create/set code
2007-10-18  Robert RoeblingPixel fiddling for correct placement of text with and...
2007-10-18  Robin Dunnfix typo
2007-10-18  Robin DunnMake event overview doc more clear about instances...
2007-10-18  Robert RoeblingCorrected wrong initial/min size of generic wxDataViewCtrl
2007-10-18  Robert RoeblingImplement HasContainerColumns in generic code
2007-10-18  Vadim Zeitlinremoved extraneous semicolon
2007-10-18  David ElliottFix crasher caused by wxProcessTerminationEventHandler...
2007-10-18  Vadim Zeitlincorrected GetKeyInfo() (bug 1815516)
2007-10-18  David ElliottAdded fontfactory.h that should have been part of 49213.
2007-10-18  David ElliottHalfway reasonable implementation of wxFont for wxCocoa.
2007-10-18  David ElliottIgnore generated autoconf.m4f file.
2007-10-17  David ElliottApply modified patch 1785299 to trunk and 2.8.
2007-10-17  Robert RoeblingMake wxRenderer::DrawItemSelectionRect() draw a focus...
2007-10-17  Vadim Zeitlinexplicitly mention that IsChecked() can't be used with...
2007-10-17  Vadim Zeitlinremove wxWindow::Clear() from wxDFB and wxMGL which...
2007-10-17  Vadim Zeitlintest for __DARWIN__ with ifdef, not if
2007-10-17  Vadim Zeitlininclude -DWXUSINGDLL in wx-config output under all...
2007-10-17  Vadim Zeitlinfix references to wxCmdLineParser ctor
2007-10-17  Vadim Zeitlinfix broken links
2007-10-17  Robert RoeblingCorrect focus rect to not appear in unfocussed controls...
2007-10-17  Robert RoeblingCorrect EnsureVisible() to show last item entirely
2007-10-17  Robert RoeblingMore alignment issues
2007-10-17  Robert RoeblingChange default alignment to centre vertically
2007-10-17  Robert RoeblingDocument alignment parameter
2007-10-17  Robert RoeblingEnsure item is visible when selection moves, remove...
2007-10-17  Robert RoeblingMinor doc updates
2007-10-17  Robert RoeblingMinor doc updates
2007-10-17  Robert RoeblingMinor doc updates
2007-10-17  Robert RoeblingMinor doc updates
2007-10-17  Bryan PettyCorrected doc typo (missing escaped underscore). Patch...
2007-10-17  Paul Cornettremove C++ comment
2007-10-17  Paul CornettFix declaration-after-statement compile error, remove...
2007-10-16  Robert RoeblingMoved paragraph to right place
2007-10-16  Robert RoeblingMinor sample corrections
2007-10-16  Robert RoeblingCorrect activate logic for <ENTER>
2007-10-16  Robert RoeblingCorrect activate logic for mouse clicks
2007-10-16  Robert RoeblingCorrect drawing placement (16px + 1 px border below)
2007-10-16  Robert RoeblingCorrect text colour in wxIconTextRenderer
2007-10-16  Robert RoeblingSupport for hover effect in header buttons
2007-10-16  Robert RoeblingDoc improvements
2007-10-16  Benjamin Williamscheck if pane still exists before closing
2007-10-16  Robert RoeblingCorrected AppendXXXColumn method params
2007-10-16  Robert RoeblingDocs for wxDataViewTreeStore
2007-10-16  Robert RoeblingAdd wxDataViewTreeStore with sample
2007-10-14  David ElliottFix wxExecute process end detect behavior for wxCocoa...
2007-10-14  David ElliottCombine the check for wxMac and then the other check...
2007-10-14  David ElliottDon't force the child's m_isShown state to match that...
2007-10-13  Robert RoeblingBeginning of wxDataViewTreeStore API
2007-10-13  Robert RoeblingMinor doc corr
2007-10-13  Robert RoeblingMade wxList no longer inherit from wxObject, no change...
2007-10-13  Robert RoeblingUse typesafe wxVariantList in wxVariant instead of...
2007-10-13  Robert Roeblingdefine typesafe wxVariantList (to be used by wxVariant...
2007-10-13  Robert RoeblingwxVariantData no longer inherits from wxObject
2007-10-13  David ElliottImplement creation of wxFont from wxNativeFontInfo.
2007-10-13  David ElliottReplace most of the fields in wxFontRefData with one...
2007-10-13  David ElliottMove wxCocoa's wxFontRefData from the header to the...
2007-10-13  David ElliottRename src/cocoa/font.cpp to font.mm in both trunk...
2007-10-12  David ElliottDisable accidently committed F-Script code.
2007-10-12  David ElliottRemove wxNonControlNSControl from trunk. Leave in...
2007-10-12  David ElliottUse WXNSView just like wxWindow does when creating...
2007-10-12  Robert RoeblingImplemented HasContainerColumns() for GTK+
next