]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2006-04-18  Vadim Zeitlindon't use the return result of wxLocaltime_r, we receiv...
2006-04-18  Paul CornettFixes after stock gdi changes within core library
2006-04-18  Vadim Zeitlinuse CXXFLAGS instead of CFLAGS in several places now...
2006-04-18  Robin DunnAdd AppendSubMenu
2006-04-18  Robin DunnRemoved GetVisible and SetVisible
2006-04-18  Robin DunnAdded wx.RendererNative.DrawCheckButton.
2006-04-18  Robin DunnAdded wx.StandardPaths.GetDocumentsDir
2006-04-18  Robin DunnChanged how the stock objects (wx.RED, wx.RED_PEN,...
2006-04-18  Vadim Zeitlinregenaretd configure after AC_LANG changes
2006-04-18  Vadim Zeitlindon't include GNOME FS header if we don't use it (and...
2006-04-18  Vadim Zeitlincompile GTK+ test program using C compiler, not C+...
2006-04-18  Vadim Zeitlinremoved extra semicolon
2006-04-18  Vadim Zeitlindo all tests using C++ compiler, this should fix all...
2006-04-18  Włodzimierz... Warning fix.
2006-04-18  Włodzimierz... Avoid deleting 'const' object.
2006-04-18  Robert Roebling Add wxRenderer::DrawCheckButton for use inside
2006-04-18  Włodzimierz... Blind build fix for night wxOS2 build.
2006-04-18  Włodzimierz... Fixes after stock gdi changes within core library.
2006-04-18  Włodzimierz... wx/wxprec.h already includes wx/defs.h (with other...
2006-04-18  Włodzimierz... wx/wxprec.h already includes wx/defs.h (with other...
2006-04-18  Włodzimierz... [#1472076] Fixes after stock gdi changes within core...
2006-04-18  Włodzimierz... wx/wxprec.h already includes wx/defs.h (with other...
2006-04-18  Włodzimierz... wx/wxprec.h already includes wx/defs.h (with other...
2006-04-17  Vadim Zeitlincompilation fix for !WX_PRECOMP
2006-04-17  Vadim Zeitlindocument that Remove(index) doesn't delete the window...
2006-04-17  Vadim Zeitlincorrected ancient event type constant in an example
2006-04-17  Vadim Zeitlinimplement Layout() so that sizers work correctly when...
2006-04-17  Vadim Zeitlindon't use COMPRESSION_LZW by default, it's not implemen...
2006-04-17  Vadim Zeitlinadded insert_at property for the object nodes (patch...
2006-04-17  Vadim Zeitlinadded wxStandardPaths::GetDocumentsDir() (patch 1214360)
2006-04-17  Vadim Zeitlindon't eat activation events (replaces patch 1465849)
2006-04-16  Vadim Zeitlinadded a menu allowing to quickly switch to any page
2006-04-16  Vadim Zeitlinno changes, just removed some commented out code
2006-04-16  Vadim Zeitlindon't return items which are not visible from DoHitTest...
2006-04-16  Vadim Zeitlinadded a menu allowing to change the border style used...
2006-04-16  Vadim Zeitlincentralized the handling of border styles; added border...
2006-04-16  Vadim Zeitlinadded wxMenu::AppendSubMenu() to avoid having to specif...
2006-04-16  Vadim Zeitlinclarified the rules for determining whether the path...
2006-04-16  Vadim Zeitlinadded virtual dtor to wxHtmlWindowMouseHelper to avoid...
2006-04-16  Vadim Zeitlinsimplify/cleanup wxTheXXXList and wxGDIObject code...
2006-04-16  Vadim Zeitlinbuild fixes for wxUSE_LOG==0 (modified patch 1450207)
2006-04-16  Vadim Zeitlincreate stock GDI objects on demand; use const with...
2006-04-16  Vadim Zeitlindocumented Set/GetBitmapSelected() (patch 1339028)
2006-04-16  Vadim Zeitlinshow effects of mirroring toucan image with alpha ...
2006-04-16  Vadim ZeitlinHandle alpha channel in wxImage::Mirror() and GetSubIma...
2006-04-16  Vadim Zeitlinimplement wxFileModificationTime() in terms of wxFileNa...
2006-04-16  Vadim Zeitlinadded overwrite parameter to wxRenameFile (patch 1467041)
2006-04-16  Vadim Zeitlinadded missing methods documentation (patch 1466949...
2006-04-16  Julian SmartMake an image block beore writing it, if there's no...
2006-04-16  Vadim Zeitlindefine WX_DIR as WXWIN env var for Unix and not only...
2006-04-16  Vadim Zeitlinallow specifying non default libraries for gnu output...
2006-04-16  Julian SmartChanged the wxPlatform syntax as per Vadim's suggestions
2006-04-16  Vadim ZeitlinHitTest() seems to be implemented on most platforms...
2006-04-16  Vadim Zeitlinfixed typo in EVT_SCROLLWIN_BOTTOM documentation (patch...
2006-04-16  Vadim Zeitlinset up scrollbars correctly when we don't need them...
2006-04-16  Vadim Zeitlinremoved unnecessary (the problem is due to a bug elsewh...
2006-04-16  Vadim Zeitlina tentatively better fix for the problem of patch 14560...
2006-04-15  Julian SmartTypo correction
2006-04-15  Vadim Zeitlinremoved unneeded reverse_iterator::operator->() which...
2006-04-15  Julian SmartEasier platform testing class and function
2006-04-15  Vadim Zeitlinmade width computation in GetTextExtent() more precise...
2006-04-15  Vadim Zeitlinadded wxString::rbegin() and rend()
2006-04-15  Stefan NeisReplaced "uint" (which may be or may not be defined...
2006-04-15  Robin DunnreSWIGged
2006-04-15  Robin DunnAvoid assert that was hidden by IsStandard bug
2006-04-15  Robin DunnIsStandard needs to check m_type, not m_format
2006-04-15  Robin DunnGive wxDataObjectComposite a way to report what kind...
2006-04-15  Robin DunnVarious wxHtml updates
2006-04-15  Robin DunnAdd wxButtonToolBar, but since it is currently only...
2006-04-15  Robin DunnRemove wxHVScrolledWindow wrappers
2006-04-15  Robin DunnWrap some deprecation wrappers around newly deprecated...
2006-04-15  Robin DunnAdd some missing wxPyBeginBlockThreads calls
2006-04-15  Vadim Zeitlinslight simplification of coords translation code in...
2006-04-14  Vadim Zeitlinremoved reference to hvscroll.tex
2006-04-14  Vadim Zeitlinreverted wxHVScrolledWindow patch (back to rev 1.10)
2006-04-14  Václav Slavíkdon't use deprecated interface
2006-04-14  Václav Slavíkuse public inheritance when deriving from wxHtmlWindowM...
2006-04-14  Włodzimierz... Deprecated and obsolete parts marked up for backward...
2006-04-14  Włodzimierz... Build fix.
2006-04-14  Włodzimierz... Deprecated and obsolete parts marked up for backward...
2006-04-14  Włodzimierz... Deprecated and obsolete parts marked up for backward...
2006-04-14  Włodzimierz... HitTest is not deprecated.
2006-04-14  Vadim Zeitlinrespect the specified font encoding in DoGetTextExtent...
2006-04-14  Vadim Zeitlinadded wxGTK_CONV_FONT/ENC
2006-04-14  Vadim Zeitlindon't show vertical scrollbar if we don't need it
2006-04-14  Włodzimierz... Deprecated and obsolete parts marked up for backward...
2006-04-14  Julian SmartSpacing tweak
2006-04-14  Vadim Zeitlinreverted wxHVScrolledWindow patch (rev 1.19/1.21 of...
2006-04-14  Julian SmartSimulated text labels and toggle highlights under buttons
2006-04-14  Julian SmartReversed accidental commit
2006-04-14  Vadim Zeitlinfixed bug with not taking background colour into accoun...
2006-04-14  Julian SmartImplemented Mac-style button toggling within wxButtonTo...
2006-04-14  Julian SmartAllow specification of border spacing
2006-04-14  Włodzimierz... MSLU with DMC build fix [#1469456].
2006-04-14  Václav Slavíkdon't show the I-beam cursor over text in wxHtmlListBox
2006-04-14  Julian SmartwxButtonToolBar only useful on Mac right now
2006-04-14  Julian SmartCompilation fix
2006-04-14  Julian SmartSteps towards implementing native-style, non-top-level...
2006-04-14  Jamie GaddFix bug in GetTimeZone where timezone wasn't set.
2006-04-13  Václav Slavík1. added abstract interface to wxHtmlWindow for use...
next