]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2006-08-31  Vadim Zeitlindo send text changed event from SetValue(), it wasn...
2006-08-31  Włodzimierz... Include wx/module.h according to precompiled headers...
2006-08-31  Václav Slavíkfixed typo in previous commit
2006-08-31  Václav Slavíkadded wxArtProvider::InsertProvider to accompany PushPr...
2006-08-31  Robin Dunnsupress some unused parameter warnings
2006-08-31  Robin DunnAliases for [G|S]etCaretLineBack
2006-08-31  Robin DunnOnly use raw bitmap if it is available
2006-08-31  Włodzimierz... wx/image.h is listed in wx/wx.h and part of PCH support
2006-08-31  Julian SmartFixed compilo
2006-08-31  Vadim Zeitlindon't use static buffer needing a critical section...
2006-08-31  Robin DunnProvide an implementation for SurfaceImpl::AlphaRectang...
2006-08-30  Stefan NeisOnly support detection of "near the edge" coordinates...
2006-08-30  Robin DunnreSWIGged
2006-08-30  Stefan NeisFixed getting OS version information.
2006-08-30  Paul Cornettbuild fix
2006-08-30  Julian SmartDon't skip event if default processing has inserted...
2006-08-30  Michael WetherellBuild notes for Cygwin.
2006-08-30  Michael WetherellUse CPPUNIT_ASSERT_EQUAL where possible to improve...
2006-08-30  Michael WetherellStream inserter to wxString
2006-08-30  Paul Cornettheader includes cleanup
2006-08-30  Robin DunnAdd ability to time the creation of the bitmaps using...
2006-08-30  Robin Dunnsome efficiency tweaks
2006-08-30  Robin DunnFixed premultiplying constant
2006-08-29  Václav Slavíkfixed crash in <sub/sup> handling (bug #1545152)
2006-08-29  Robin DunnGive PlotCanvas the full compliment of constructor...
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...
next