wxWidgets.git
2006-08-29  Paul Cornettnon-pch build fix
2006-08-29  Robin DunnreSWIGged
2006-08-29  Robin DunnTurn off TB_TEXT by default
2006-08-29  Robin DunnMention the PixelData classes
2006-08-29  Robin Dunnsome docstring changes
2006-08-29  Robin DunnNow that the typemap is handling buffer-compatible...
2006-08-29  Robin DunnUse PyObject_AsReadBuffer in the typemap for getting...
2006-08-29  Robin DunnAdd wxACCEL_CMD, move constants to _accel.i
2006-08-29  Stefan Csomormake sure we are feeding coordinates of HIView instance...
2006-08-29  Michael WetherellWarning fixes for VC5.
2006-08-29  Stefan Csomoradding command key accelerator
2006-08-29  Stefan Csomoradding command key accelerator
2006-08-29  Robin DunnreSWIGged
2006-08-28  Robin Dunnnew port constants
2006-08-28  Robin DunnTweaked the colours a bit
2006-08-28  Michael Wetherellglibc's vswprintf doesn't nul terminate on truncation.
2006-08-28  Michael WetherellCompile fixes.
2006-08-28  Michael WetherellCompile fix.
2006-08-28  Michael WetherellWe can't define things in someone else's namespace.
2006-08-28  Vadim Zeitlinreturn false from OnInit() in console build if we failed
2006-08-28  Vadim Zeitlindocument maxLenght and rectBounds ctor parameters;...
2006-08-28  Vadim Zeitlinadded alpha support to wxCocoa, also fixed compilation...
2006-08-28  Robert Roebling Corrected close button bitmap in wxAUIMultiNotebook.
2006-08-28  Robert Roebling Don't use wxTHICK_FRAME in the docs anymore.
2006-08-28  Robert Roebling Update info on wxMiniFrame.
2006-08-28  Robert Roebling Leave a comment about drag threshold setting.
2006-08-28  Robert Roebling More comments about non-native GTH widgets.
2006-08-28  Michael WetherellUse WX_CHECK_FUNCS for strtok_r.
2006-08-28  Michael WetherellAdd WX_CHECK_FUNCS (instead of WX_CHECK_DECLS). It...
2006-08-27  Robert Roebling Corrected off-by-1 error in dock test.
2006-08-27  Robert Roebling The docking logic in the top and right docking areas
2006-08-27  Stefan NeisRemoved more references to removed source file.
2006-08-27  Stefan NeisFixed OS/2 specific defines (there's no such thing...
2006-08-27  Stefan NeisRemoved no longer needed/existing file os2/gdiobj.cpp...
2006-08-27  Stefan NeisChanged font generation to follow new pattern of other...
2006-08-27  Robert Roebling Correct calculation of sticky toolbar.
2006-08-27  Robert Roebling Change drag threshhold (why was it multiplied
2006-08-27  Vadim Zeitlinstarted making the list of widgets not implemented...
2006-08-27  Robert Roebling Made toolbars sticky, i.e. you need to drag them
2006-08-27  Vadim Zeitlincall Update() from SetStatusText() to ensure that the...
2006-08-27  Vadim Zeitlinrelax DFB version requirements to work with 0.9.22...
2006-08-27  Vadim ZeitlinDFEC_UNIVERSAL is not available in DirectFB < 0.9.23...
2006-08-27  Vadim Zeitlinadded wxCHECK_DFB_VERSION() macro
2006-08-27  Vadim Zeitlinremoved g_eraseGC and wxWinModule used for initializing...
2006-08-27  Robert Roebling Removed one of the jumping toolbar artefacts.
2006-08-27  Vadim Zeitlinassert that GTKGetWindow() returns non-NULL GdkWindows
2006-08-27  Václav Slavíkinitial (not yet working) code for DirectFB port
2006-08-27  Václav Slavíkmade wxCSConv fall back to iso-8859-1 if wxFONTENCODING...
2006-08-27  Stefan Csomorhint to alpha colours added
2006-08-27  Robin DunnRename the C++ Iterator class to Accessor, and add...
2006-08-27  Stefan Csomoradding alpha channel doc
2006-08-27  Robin DunnAdd raw bitmap access sample to the demo
2006-08-27  Paul CornettGTK+ paints during idle time, it doesn't need help...
2006-08-27  Robin DunnDo premultiplication in wx*PixelData_Iterator::Get...
2006-08-27  Paul Cornettreturning true is sufficient to stop signal emission
2006-08-26  Vadim Zeitlindon't crash when EnsureVisible() is called for the...
2006-08-26  Vadim Zeitlindon't call EnsureVisible(tree->GetRootItem()) for a...
2006-08-26  Paul Cornettuse "event" signal emission hook to install idle handle...
2006-08-26  Paul Cornettdon't tie up cpu in idle loop when showing assert dialog
2006-08-26  Robin DunnPatch #1547057: Disable grid lines in wx.lib.printout...
2006-08-26  Robin DunnPatch from Will Sadkin:
2006-08-26  Robin DunnwxURLDataObject has a parameter
2006-08-26  Robin DunnAdd alpha component to wxColour
2006-08-26  Paul Cornettadd needed includes, remove unneeded ones
2006-08-26  Paul Cornettcorrect idle tag type; remove unneeded includes
2006-08-26  Paul Cornettremove special pending idle callback, pending events...
2006-08-26  Stefan Csomoradding constants
2006-08-26  Stefan Csomorgetting rid of unused param warning
2006-08-26  Stefan Csomoradding alpha to core graphics dc
2006-08-26  Stefan Csomoradding alpha to wxColour
2006-08-26  Robin DunnRemoved wxHTML_FONT_SIZE_x
2006-08-26  Robin DunnComputeScaleAndOrigin not protected anymore
2006-08-26  Robin DunnAvoid deprecation warnings for BeginDrawing and EndDrawing
2006-08-25  Vadim Zeitlindon't set cursor for not realized (and not only hidden...
2006-08-25  Vadim Zeitlinoverride OnAssertFailure(), not OnAssert() which is...
2006-08-25  Robin DunnUse the width of the widest line (not the first line...
2006-08-25  Robin DunnAdd wx.App.DisplayAvailable() which can be used to...
2006-08-25  Robin Dunnworkaround sizing bug on Mac
2006-08-25  Robin Dunnworkaround sizing bug on Mac
2006-08-25  Vadim Zeitlinquote an underscore
2006-08-25  Vadim Zeitlinremoved extra '}'
2006-08-25  Vadim Zeitlindon't hardcode HTML font sizes, this makes wxHtmlWindow...
2006-08-25  Vadim Zeitlinshouldn't update cursor for hidden windows
2006-08-25  Vadim Zeitlinremove the object from wxPendingDelete list before...
2006-08-25  Włodzimierz... Warning fix.
2006-08-25  Vadim Zeitlinreset busy cursor checkbox when switching to another...
2006-08-25  Vadim Zeitlinchanged GTKCallbackCommonPrologue() to return -1 in...
2006-08-25  Vadim Zeitlinforgot GTKSetDelayedFocusIfNeeded() call in the last...
2006-08-25  Vadim ZeitlinMany changes:
2006-08-25  Vadim ZeitlinMany changes:
2006-08-25  Włodzimierz... Missing API.
2006-08-25  Jouk Jansen Patches for OpenVMS port
2006-08-25  Paul Cornettset depth to 32 when creating pixbuf from wxImage with...
2006-08-25  Robin DunnAdd wrappers for wxNativePixelData and wxAlphaPixelData
2006-08-25  Robin DunnStill check for a Python error in %threadWrapperOff
2006-08-25  Robin DunnDefault construcctor for Iterator
2006-08-24  Michael WetherellAdd apptrait.h for msdos
2006-08-24  Vadim Zeitlinprevent selecting the treebook items without correspond...
2006-08-24  Vadim Zeitlindon't reset the selection after event was vetoed if...
2006-08-24  Vadim Zeitlinadded tests for setting the cursor
next