]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2011-06-15  Vadim ZeitlinFix crash when creating and quickly destroying a wxTLW...
2011-06-15  Julian SmartRemoved header guards
2011-06-15  Julian SmartCaret dropout fix
2011-06-14  Robin DunnwxButtonBase::GetDefaultSize is declared but not implem...
2011-06-14  Vadim ZeitlinRefactor wxButton and wxToggleButton to derive from...
2011-06-12  Stefan Csomoradding docset processing instructions
2011-06-12  Stefan Csomoradding lighter css variant for xcode docsets
2011-06-11  Vadim ZeitlinImplement wxDataViewCtrl::SetRowHeight() for wxGTK.
2011-06-11  Stefan Csomoradding more specific info for docset
2011-06-10  Stefan Csomoradding implementation for osx
2011-06-09  Stefan Csomoradding implementation for osx
2011-06-09  Stefan Csomoradding default interpolation enum
2011-06-09  Stefan Csomorfixing test, adding minimal docs
2011-06-09  Stefan Csomoradding placeholders for interpolation setting
2011-06-09  Stefan Csomorfixing two warnings
2011-06-09  Stefan Csomorfixing memory leak
2011-06-09  Stefan Csomorinner layout support
2011-06-09  Stefan Csomoradapting ownership semantics to cocoa convention
2011-06-09  Stefan Csomorinit pattern
2011-06-09  Stefan Csomorbetter ownership handling
2011-06-09  Stefan Csomorguard against nullptr
2011-06-09  Stefan Csomorusing common colorspace method
2011-06-09  Stefan Csomoradd member for sheetdialog
2011-06-09  Stefan Csomoradd member for sheetdialog
2011-06-09  Stefan Csomorbetter retain/release semantics
2011-06-08  Stefan Csomoradapting to init pattern
2011-06-08  Stefan Csomoradding fallback
2011-06-08  Stefan Csomornewstate already set
2011-06-08  Stefan Csomoradding fallback
2011-06-08  Stefan Csomormaking intention clearer by explicit parentheses
2011-06-08  Stefan Csomorfixing uninit vars warning and memory errors
2011-06-08  Stefan Csomoradapting to init pattern
2011-06-08  Stefan Csomoradapting to init pattern
2011-06-07  Vadim ZeitlinAdd wxDataViewCtrl::SetRowHeight() and provide its...
2011-06-07  Vadim ZeitlinUpdate status bar fields widths from WM_SIZE handler.
2011-06-07  Vadim ZeitlinHandle colours with alpha channel correctly in wxSVGFileDC.
2011-06-07  Vadim ZeitlinReplace more DECLARE_CLASS occurrences with DECLARE_DYN...
2011-06-07  Paul Cornettavoid direct struct access for GTK3
2011-06-07  Vadim ZeitlinUse DECLARE_DYNAMIC_CLASS instead of DECLARE_CLASS.
2011-06-07  Vadim ZeitlinMake wxDECLARE_CLASS synonym of wxDECLARE_ABSTRACT_CLASS.
2011-06-07  Vadim ZeitlinVietnamese translation update from Trần Ngọc Quân.
2011-06-06  Stefan Csomorusing higher abstraction to allow for optimized impleme...
2011-06-06  Stefan Csomorspeeding up rectangle drawing by using specific methods...
2011-06-06  Stefan Csomor10.4 compatibility
2011-06-06  Stefan Csomorreverting to idle handling
2011-06-06  Stefan Csomorturning off unconditional usage of filter-delegate...
2011-06-06  Stefan Csomorsupporting nested window disablers on the same window
2011-06-06  Stefan Csomorsupporting native background color on wxWindow descenda...
2011-06-05  Stefan Csomorsupporting native background on nonownedwindow, see...
2011-06-05  Stefan Csomoradding another assert for tracking modalSession problems
2011-06-03  Julian SmartRemoved erroneous second reference to status bar height
2011-06-03  Stefan Csomorallowing more system keys in fullscreen mode, properly...
2011-06-02  Stefan Csomorfirst implementation for state on custom renderer,...
2011-06-02  Stefan Csomorfixes #12867
2011-06-02  Stefan Csomorreactivate commented out method
2011-06-02  Stefan Csomorcleanup
2011-06-01  Vadim ZeitlinNo changes, just avoid unused parameters warnings.
2011-06-01  Stefan Csomorfirst stab at supporting custom renderers
2011-05-31  Robin DunnVirtualize StartEditor and add implementations for...
2011-05-31  Robin DunnBuild fixes for using Cairo on MSW.
2011-05-31  Paul Cornettfix memory leak in wxScreenDC, fixes #13249
2011-05-31  Stefan Csomormaking sure
2011-05-28  Vadim ZeitlinFree calloc()'d pointer correctly in wxFSWatchEntryMSW.
2011-05-27  Dimitri SchoolwerthFixed saving GIFs on big-endian architectures.
2011-05-27  Vadim ZeitlinUse #ifdef, not #if, to check for __WXGTK26__ symbol.
2011-05-25  Stefan Csomorusing systemui for full screen to allow modal dialogs
2011-05-24  Vadim ZeitlinCorrect the picker button best size computation.
2011-05-24  Stefan Csomorguard against NULL textctrl, fixes #13247
2011-05-23  Vadim ZeitlinCorrect type MSVCProjectBuilder in the build script.
2011-05-23  Vadim ZeitlinDon't use native MSW wxHyperlinkCtrl implementation...
2011-05-23  Vadim ZeitlinRebake after the addition of more richtext headers.
2011-05-23  Vadim ZeitlinAdd a trivial benchmark for wxDateTime::ParseDate().
2011-05-22  Vadim ZeitlinItalian translations update from Stefano <l.stickell...
2011-05-20  Dimitri SchoolwerthFixed wxMessageBox with only an OK button returning...
2011-05-20  Dimitri SchoolwerthApplied patch containing small corrections to German...
2011-05-20  Vadim ZeitlinAvoid conversion from wxString to wxChar* and back...
2011-05-20  Jaakko SalliAllow wxPGProperty::IsChildSelected() to work recursively
2011-05-19  Vadim ZeitlinMake picker control at least as high as the associated...
2011-05-18  Stefan Csomormaking sure clip (device coordinages) is applied before...
2011-05-17  Vadim ZeitlinAllow passing wxLongLong values directly to wx pseudo...
2011-05-17  Vadim ZeitlinDon't construct invalid wxDateTime in GTK calendar...
2011-05-17  Vadim ZeitlinFix client to screen translation in wxWindowMSW::PopupM...
2011-05-16  Vadim ZeitlinEnsure that we never return negative client size.
2011-05-16  Vadim ZeitlinNo changes, just refactor the code in MSW wxGetOsDescri...
2011-05-16  Vadim ZeitlinRecognize Windows 7 and Server 2008 versions in wxGetOs...
2011-05-15  Vadim ZeitlinAllow dragging floating AUI frames by the gripper.
2011-05-14  Vadim ZeitlinFix small error in floating AUI frames client size...
2011-05-14  Vadim ZeitlinFix restoring of wxAuiManager::m_has_maximized when...
2011-05-14  Vadim ZeitlinCorrect the drawing of check tools with a drop down...
2011-05-14  Vadim ZeitlinReset the checked state of the first radio item in...
2011-05-14  Vadim ZeitlinCheck for NULL pane window in wxAuiManager.
2011-05-14  Vadim ZeitlinImprove checking for the landing point when docking...
2011-05-14  Vadim ZeitlinDraw wxAuiToolbar button text even if it has no bitmap.
2011-05-14  Vadim ZeitlinTake the AUI floating title bar height into account...
2011-05-14  Vadim ZeitlinCancel dragging in wxAuiNotebook on capture loss.
2011-05-13  Vadim ZeitlinDon't use the standard containers by default.
2011-05-13  Vadim ZeitlinFix the comparison function in the list control sample...
2011-05-13  Vadim ZeitlinMake wxListCtrl sort function take wxIntPtr, not long...
2011-05-13  Vadim ZeitlinDefine wx[U]IntPtr as long, not [s]size_t, in 32 bit...
2011-05-13  Vadim ZeitlinRemove duplicated portability warning from wxShowEvent...
next