]> git.saurik.com Git - wxWidgets.git/history - src
Improve splitter appearance in wxOSX/Cocoa.
[wxWidgets.git] / src /
2012-10-28  Vadim ZeitlinImprove splitter appearance in wxOSX/Cocoa.
2012-10-28  Vadim ZeitlinImplement image support for wxNotebook pages in wxOSX...
2012-10-28  Vadim ZeitlinFix the pages range in the print dialog in wxOSX.
2012-10-27  Vadim ZeitlinAllow using wxTextMeasure::GetLargestStringExtent(...
2012-10-27  Vadim ZeitlinAllow wxTextMeasure to work with non-native wxDC object...
2012-10-27  Vadim ZeitlinFix warning about signed/unsigned comparison in wxFile...
2012-10-27  Vadim ZeitlinJust fix header comments of wxTextMeasure-related files...
2012-10-27  Robin DunnGenerate the interface file for STC from gen_iface...
2012-10-27  Vadim ZeitlinAdd wxAuiToolBar::Create().
2012-10-27  Vadim ZeitlinBreak implicit dependency of "core" on "adv" via wxXmlR...
2012-10-25  Vadim ZeitlinCompilation fix for STL build after the last commit.
2012-10-25  Vadim ZeitlinStore the selected directory in wxGTK wxDirDialog.
2012-10-25  Vadim ZeitlinPrevent pasting too much text into limited length wxTex...
2012-10-25  Vadim ZeitlinMake wxFILE_EXISTS_SYMLINK work on its own, without...
2012-10-25  Vadim ZeitlinInclude wx/xml/xml.h from the XRC handlers that need it.
2012-10-24  Vadim ZeitlinImplement clipping in wxSVGFileDC.
2012-10-24  Vadim ZeitlinNo real changes, just avoid unnecessary string operatio...
2012-10-24  Vadim ZeitlinNo changes, just remove unused variable from wxSVGFileD...
2012-10-24  Vadim ZeitlinAdd a missing test for wxHAS_CALL_AFTER in the implemen...
2012-10-24  Vadim ZeitlinDisable dropdown menu support in wxRibbonXmlHandler.
2012-10-24  Vadim ZeitlinDon't call wxSafeYield() from wxGenericListCtrl::EditLa...
2012-10-24  Vadim ZeitlinDon't iterate over files in wxFileSystemWatcherBase.
2012-10-24  Vadim ZeitlinRespect wxFileName::DontFollowLink() in wxFileSystemWat...
2012-10-24  Vadim ZeitlinClose wxLogWindow automatically if it's the last remain...
2012-10-24  Vadim ZeitlinDon't use std::min(), it's not available everywhere.
2012-10-23  Vadim ZeitlinDon't follow symlinks in wxFileName::Rmdir(wxPATH_RMDIR...
2012-10-23  Vadim ZeitlinAdd wxDIR_NO_FOLLOW flag for wxDir iteration.
2012-10-23  Vadim ZeitlinChange the way directory iteration flags are constructed.
2012-10-23  Paul Cornettnon-pch build fix
2012-10-23  Paul CornettMinor changes to some comments
2012-10-23  Vadim ZeitlinFix for PCH-less compilation of wxRibbonXmlHandler.
2012-10-23  Vadim ZeitlinAdd support for wxRibbonBar and related controls to...
2012-10-23  Vadim ZeitlinAdd support for wxAuiNotebook to XRC.
2012-10-23  Vadim ZeitlinRefactor wxXRC to allow defining handlers outside of...
2012-10-23  Vadim ZeitlinProcess pending events from wxYield() in wxGTK.
2012-10-23  Vadim ZeitlinAdd wxEvtHandler::CallAfter() for asynchronous method...
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-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 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 ZeitlinFix wxGrid editors background painting.
2012-10-17  Paul CornettDisconnect all GTK signals referencing a wx object...
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-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 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 ZeitlinFreeze wxTreeCtrl in wxMSW by hiding it.
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 ZeitlinDo give focus to the wxNotebook page when switching...
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 ZeitlinFix printing in landscape mode in wxGTK.
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.
next