wxWidgets.git
2012-10-23  Vadim ZeitlinRefactor wxXRC to allow defining handlers outside of...
2012-10-23  Vadim ZeitlinDefine WXDLLIMPEXP_FWD_RIBBON for consistency with...
2012-10-23  Vadim ZeitlinRecognize more XRC elements as containing translatable...
2012-10-23  Vadim ZeitlinAdd a simple unit test for wxRegion::Intersect().
2012-10-23  Vadim ZeitlinProcess pending events from wxYield() in wxGTK.
2012-10-23  Vadim ZeitlinAdd wxEvtHandler::CallAfter() for asynchronous method...
2012-10-23  Vadim ZeitlinAdd wx/meta/removeref.h header defining wxRemoveRef...
2012-10-22  Vadim ZeitlinFix border size computation in wxAuiTabArt.
2012-10-22  Vadim ZeitlinSet C++ global locale too in wxAppTraitsBase::SetLocale().
2012-10-22  Vadim ZeitlinRevert accidental incompatible change to wxFileName...
2012-10-22  Vadim ZeitlinEnsure the correct cleanup order for GDI+-related modul...
2012-10-21  Vadim ZeitlinRemove unnecessary SetInitialSize() from wxGTK wxComboB...
2012-10-21  Steve LamertonExplicitly unregister custom wxWebViewIE namespaces...
2012-10-20  Vadim ZeitlinCheck the return value of system() and pipe() in the...
2012-10-20  Vadim ZeitlinFix tests compilation in STL build after r72707.
2012-10-20  Vadim ZeitlinNepali translation update from Him Prasad Gautam.
2012-10-19  Vadim ZeitlinUpdate header control when wxPropertyGridManager is...
2012-10-19  Vadim ZeitlinAllow specifying all wxFlexGridSizer parameters in...
2012-10-19  Vadim ZeitlinAdd more error checks to XRC handler for longs, doubles...
2012-10-19  Vadim ZeitlinAdd missing styles support to wxWindow XRC handler.
2012-10-19  Vadim ZeitlinAllow testing for existence of specific file types...
2012-10-19  Vadim ZeitlinRemove assert checking for valid font in wxMSW wxDC...
2012-10-19  Vadim ZeitlinDeclare MeasuringGuard as friend in wxTextMeasureBase.
2012-10-19  Vadim ZeitlinInvalidate wxGrid best size when the grid is changed.
2012-10-18  Vadim ZeitlinFix bug in wxFileName::Exists("/").
2012-10-18  Robin Dunnnon-pch build fix
2012-10-18  Paul Cornettnon-pch build fix
2012-10-17  Vadim ZeitlinFix crash in wxDC::GetMultiLineTextExtent() after last...
2012-10-17  Vadim ZeitlinFactor out text measurement from wxDC and wxWindow...
2012-10-17  Vadim ZeitlinRemove unused code from MeasuringContextTestCase.
2012-10-17  Vadim ZeitlinFix wxGrid editors background painting.
2012-10-17  Paul CornettDisconnect all GTK signals referencing a wx object...
2012-10-17  Vadim ZeitlinMake wxFindReplaceData accessors const.
2012-10-17  Vadim ZeitlinAdded buildbot slave configuration for brandt64.
2012-10-16  Vadim ZeitlinAdd wxEvent::GetEventUserData() and improve user data...
2012-10-16  Vadim ZeitlinDefine CLSID_DragDropHelper ourselves to fix VC6 build.
2012-10-16  Paul Cornettfix crash in wxWindowGTK::GTKHandleUnrealize(), closes...
2012-10-16  Vadim ZeitlinUse the correct window as parent of wxInfoBar close...
2012-10-16  Vadim ZeitlinImprove inotify()-based wxFileSystemWatcher to handle...
2012-10-16  Vadim ZeitlinAdd a debug helper to show information about a GtkWidge...
2012-10-16  Vadim ZeitlinCorrect example of handling property values changes...
2012-10-15  Vadim ZeitlinCorrectly document the library the classes belong to.
2012-10-15  Vadim ZeitlinMake help strings for --enable-webview* configure optio...
2012-10-15  Vadim ZeitlinMention David Hart bug fixes in wxFileSystemWatcher.
2012-10-15  Vadim ZeitlinHandle deletion of watched directories in wxFileSystemW...
2012-10-15  Vadim ZeitlinFix bug in Unix wxFileSystemWatcher implementation...
2012-10-15  Vadim ZeitlinCheck for filespec when generating events in wxFileSyst...
2012-10-15  Vadim ZeitlinAdd support for symlinks to wxFileName.
2012-10-15  Vadim ZeitlinMake wxFileSystemWatcher watch entries reference-counted.
2012-10-15  Vadim ZeitlinImprove handling of file spec in wxFileSystemWatcher...
2012-10-14  Václav Slavíkanybutton.cpp compilation fix for wxUSE_IMAGE=0.
2012-10-14  Václav SlavíkCompilation fix - wx/vector.h is not part of PCH.
2012-10-14  Václav SlavíkwxDisplay only needs dynlib.h, not dynload.h.
2012-10-14  Vadim ZeitlinMake GetClippingBox() work for wxPrinterDC in wxGTK.
2012-10-14  Vadim ZeitlinProvide stand-in IDropTargetHelper definition to fix...
2012-10-13  Vadim ZeitlinMake TAB behaviour in wxGrid more configurable.
2012-10-13  Vadim ZeitlinJust correct the path in the header comment.
2012-10-13  Vadim ZeitlinDocument that HasFocus() is new in 2.9.
2012-10-13  Vadim ZeitlinNo changes, just update a comment about default buttons...
2012-10-13  Vadim ZeitlinDisplay system-provided drag images during drag-and...
2012-10-13  Vadim ZeitlinUse a "hidden" dialog, not frame, in sync wxExecute...
2012-10-13  Vadim ZeitlinSet the standard sample icon for the exec sample.
2012-10-13  Vadim ZeitlinFreeze wxTreeCtrl in wxMSW by hiding it.
2012-10-13  Vadim ZeitlinSet wxTAB_TRAVERSAL for wxNavigationEnabled<> windows...
2012-10-13  Vadim ZeitlinAllow using windows that can't be focused with wxNaviga...
2012-10-13  Vadim ZeitlinUse WS_EX_CONTROLPARENT for wxStaticBox in wxMSW.
2012-10-13  Vadim ZeitlinRemove unused wxNavigationEnabled::AcceptFocus() method.
2012-10-13  Vadim ZeitlinDocument wxListBox limitation concerning TAB characters.
2012-10-13  Vadim ZeitlinRemove mention of "listbox callback" from wxListBox...
2012-10-13  Vadim ZeitlinImprove explanation of maximal number of wxListBox...
2012-10-13  Vadim ZeitlinDo give focus to the wxNotebook page when switching...
2012-10-12  Vadim ZeitlinTamil translations update from DINAKAR T.D.
2012-10-11  Vadim ZeitlinDocument default argument value of wxListCtrl::EnableBe...
2012-10-11  Vadim ZeitlinUse "true" by default in wxGenericListCtrl::EnableBellO...
2012-10-11  Jouk JansenUpdate setup.h for OpenVMS
2012-10-10  Vadim ZeitlinMention InvalidateBestSize() in DoGetBestClientSize...
2012-10-10  Julian SmartDon't write text if it's empty
2012-10-09  Vadim ZeitlinDo return the protocol part from GetLocaltion() for...
2012-10-09  Vadim ZeitlinGenerate text events in generic wxSpinCtrl itself.
2012-10-09  Vadim ZeitlinCopy wxCommandEvent string explicitly in its copy ctor.
2012-10-09  Vadim ZeitlinFix printing in landscape mode in wxGTK.
2012-10-08  Vadim ZeitlinDocument wxGrid methods dealing with cell overflow.
2012-10-08  Vadim ZeitlinRecreate GtkPrintOperation every time when printing...
2012-10-08  Vadim ZeitlinImprove wxAuiNotebook appearance when using some GTK...
2012-10-07  Vadim ZeitlinEnsure that key events are sent to focused window first...
2012-10-07  Vadim ZeitlinImplement incremental search in wxGenericListCtrl.
2012-10-07  Vadim ZeitlinAdd a possibility to beep on no match to wxGenericTreeCtrl.
2012-10-07  Vadim ZeitlinFix return value of wxGenericTreeCtrl::FindItem().
2012-10-07  Vadim ZeitlinHandle successive key presses better in wxGenericTreeCt...
2012-10-07  Vadim ZeitlinRecognize "_" as alphanumeric key in wxGenericTreeCtrl...
2012-10-07  Vadim ZeitlinFix spurious label editing in generic wx{List,Tree...
2012-10-07  Vadim ZeitlinDon't set focus explicitly in wxGenericListCtrl mouse...
2012-10-07  Vadim ZeitlinDon't set focus to generic wxDataViewCtrl on any button...
2012-10-07  Vadim ZeitlinNo real changes, just don't use brush styles for backgr...
2012-10-07  Vadim ZeitlinSupport some CSS styles for the links in wxHTML too.
2012-10-07  Vadim ZeitlinFlush log messages from other threads on shutdown too.
2012-10-07  Vadim ZeitlinUpdate the year in the copyright for wxMSW DLLs.
2012-10-07  Vadim ZeitlinFix drawing of wxAuiNotebook with GTK theme when active...
2012-10-07  Vadim ZeitlinFix test for __WXGTK__ in wxCairoContext.
2012-10-07  Václav SlavíkFix wxGenericCollapsiblePane to expand frame's size.
next