wxWidgets.git
2011-10-31  Paul Cornettcorrect callback function signature
2011-10-31  Paul Cornettmove class function out of extern "C" block
2011-10-31  Paul Cornettsimplify code calling gtk_window_set_urgency_hint
2011-10-30  Vadim ZeitlinAvoid too many sash position changed events when splitt...
2011-10-30  Vadim ZeitlinFix the check for second window becoming too small...
2011-10-30  Vadim ZeitlinMake the initial sash position work in splitter sample.
2011-10-30  Vadim ZeitlinDon't apply gravity before requested sash position...
2011-10-30  Vadim ZeitlinRemove wxSplitterWindow::m_checkRequestedSashPosition.
2011-10-30  Vadim ZeitlinNo changes, just remove wxSplitterWindow::{Set,Get...
2011-10-30  Julian SmartFixed problem with the size of paragraphs not needing...
2011-10-30  Vadim ZeitlinPerform wxAuiToolBar idle updates from UpdateWindowUI...
2011-10-30  Vadim ZeitlinGenerate right click events for all kinds of items...
2011-10-30  Vadim ZeitlinFix splitting message into title in body in MSW wxProgr...
2011-10-30  Vadim ZeitlinDon't replace non default wxMessageDialog labels with...
2011-10-30  Vadim ZeitlinChange variables naming convention in wxAUI code.
2011-10-30  Vadim ZeitlinLink tests with webview library only if it is actually...
2011-10-30  Vadim ZeitlinRemove apparently unnecessary wxAuiMDIClientWindow...
2011-10-30  Vadim ZeitlinAdd wx/datetimectrl.h to the wxAdv files list.
2011-10-30  Vadim ZeitlinFix assert in generic wxListCtrl icon view when using...
2011-10-30  Julian SmartFixed warning when compiling richttextctrl.cpp in VS201...
2011-10-30  Julian SmartAdd indents to maximum size to prevent problems with...
2011-10-30  Vadim ZeitlinAllow customization of the locations where persistent...
2011-10-30  Vadim ZeitlinFix return value of wxPersistentSplitter::RestoreValue().
2011-10-29  Robin DunnAdd missing interface items for Phoenix
2011-10-29  Robin Dunnresolve multiple inheritance ambiguity
2011-10-29  Paul Cornettparenthesize bitwise operator in logical expression
2011-10-27  Vadim ZeitlinMake BOM-detection code in wxConvAuto public.
2011-10-27  Vadim ZeitlinNo changes, just simplifications to configure code.
2011-10-27  Vadim ZeitlinNo changes, just remove redundant code.
2011-10-27  Vadim ZeitlinAdd _PTR WX_DECLARE_HASH_SET variants to fix warnings...
2011-10-27  Vadim ZeitlinUse WX_XXX_ARRAY_PTR macro variants for arrays of pointers.
2011-10-27  Vadim ZeitlinDon't make wxQsort() extern "C" nor use any special...
2011-10-27  Vadim ZeitlinMake GTK callbacks passed to GTKConnectWidget() extern...
2011-10-27  Vadim ZeitlinExplicitly declare environ variable.
2011-10-27  Vadim ZeitlinAlways include locale.h to get LC_ALL declaration.
2011-10-27  Vadim ZeitlinRemove unused wxIFFDecoder::picptr member variable.
2011-10-27  Vadim ZeitlinNo real changes, just remove an extra semicolon.
2011-10-27  Vadim ZeitlinReplace remaining occurrences of _T() with wxT().
2011-10-27  Vadim ZeitlinNo real changes, just remove trailing commas from enums.
2011-10-26  Vadim ZeitlinAdd WX_FIND_LIB() function to simplify testing for...
2011-10-26  Vadim ZeitlinNo changes, just fix some typos in acinclude.m4 comments.
2011-10-26  Vadim ZeitlinUse AC_LANG_SOURCE and add missing quoting to configure.
2011-10-26  Václav SlavíkFix incorrect handling of ItemsAdded() in wxDataViewCtrl.
2011-10-26  Robin DunnInterface tweaks and fixes for Phoenix
2011-10-26  Robin DunnWork around a multiple inheritance ambiguity
2011-10-26  Stefan Csomormove declaration into cocoa part
2011-10-25  Stefan Csomordeactivate wxUSE_TIMEPICKCTRL for iphone
2011-10-25  Stefan Csomorfiles added
2011-10-25  Stefan Csomorfiles added
2011-10-25  Stefan Csomorfiles added
2011-10-25  Paul Cornettfix wxMDIChildFrame after r69390 and r69468, TLW realiz...
2011-10-25  Stefan Csomorpanelg removal
2011-10-25  Stefan Csomorfixing reentrancy problem under iOS 5
2011-10-25  Stefan Csomorfixing iPhone build
2011-10-25  Stefan Csomorfixing iPhone build
2011-10-25  Paul Cornettavoid GDK warning "drawable is not a pixmap or window"
2011-10-25  Paul Cornettavoid GTK3 warning "GtkNotebook %p is mapped but visibl...
2011-10-23  Paul Cornettrevert (presumably unintentional) change from r59562...
2011-10-22  Julian SmartFix for indeterminate attribute specification
2011-10-22  Julian SmartApplied patch #13534: wxRichTextCtrl: Make it easier...
2011-10-22  Julian SmartAllow user to select indeterminate state for font attri...
2011-10-22  Robin DunnAdd missing styles and flags, and specify pure virtuals...
2011-10-21  Robin DunnAdd the getters
2011-10-21  Robin DunnIt's not an array of pointers to dashes, but rather...
2011-10-21  Václav SlavíkDocument wxDataViewModelNotifier callbacks return values.
2011-10-21  Václav SlavíkUse the new wxDataViewRenderer activation API in wxTree...
2011-10-21  Václav SlavíkMove wxDataViewCustomRendererBase::ActivateCell() to...
2011-10-21  Robin DunnInterface fixes for Phoenix
2011-10-20  Vadim ZeitlinDirty hack to allow generic wxDatePickerCtrl to compile...
2011-10-20  Vadim ZeitlinFix wxRichToolTip compilation under MSW without PCH...
2011-10-20  Vadim ZeitlinAdd "checked" property for toolbar tool elements in...
2011-10-20  Robin DunnThe new wxImage related gaphics context code uses some...
2011-10-20  Robin DunnDelegate wxGraphicsBitmap::ConvertToImage to the render...
2011-10-19  Vadim ZeitlinFix PCH-less compilation of wx/richtooltip.h too.
2011-10-19  Václav SlavíkCleanup of wxDataViewCtrl cell activation code.
2011-10-19  Václav SlavíkMove InitMouseEvent<T>() to wx/gtk/private/event.h.
2011-10-19  Václav SlavíkUse wxDatePickerCtrl in wxDataViewDateRenderer.
2011-10-19  Václav SlavíkAllow using wxCompositeWindow<T> as wxDataViewCtrl...
2011-10-19  Václav SlavíkFix NULL window argument to wxEVT_KILL_FOCUS when creat...
2011-10-19  Václav SlavíkSend wxEVT_CREATE and do other post-realization initial...
2011-10-19  Václav SlavíkSet wxFocusEvent's window value for wxEVT_KILL_FOCUS...
2011-10-19  Vadim ZeitlinMore fixes for PCH-less compilation.
2011-10-18  Vadim ZeitlinFix for PCH-less compilation after wxNonOwnedWindow...
2011-10-18  Vadim ZeitlinAdded wxRichToolTip class.
2011-10-18  Vadim ZeitlinAdded wxNonOwnedWindow::SetShape(wxGraphicsPath).
2011-10-18  Vadim ZeitlinDocument and test behaviour of wxRegion methods when...
2011-10-18  Vadim ZeitlinFix SetShape() in wxOSX/Cocoa.
2011-10-18  Vadim ZeitlinDon't create a valid wxRegion when using default ctor...
2011-10-18  Vadim ZeitlinDon't interpret '&' specially in wxTextWrapper.
2011-10-18  Vadim ZeitlinUse wxWindow::GetClientAreaOrigin() instead of MSW...
2011-10-18  Vadim ZeitlinNo changes, just fix a typo in a header comment.
2011-10-18  Vadim ZeitlinNo changes, just fix typo in a comment following an...
2011-10-18  Vadim ZeitlinCorrect the direction passed to wxDataObject in wxGTK...
2011-10-17  Vadim ZeitlinExplicitly use _stati64() with MinGW-W64.
2011-10-17  Robin DunnFix more missing and broken stuff in the interface...
2011-10-16  Stefan Csomorsupporting deployment < 10.6 when compiling against...
2011-10-16  Stefan Csomorremoving QD dependency
2011-10-16  Vadim ZeitlinAlign multiline labels correctly in wxMSW owner-drawn...
2011-10-16  Steve LamertonExport a couple of Carbon functions to allow wxWebView...
2011-10-15  Václav SlavíkSet wxDataViewCtrl::m_focusWidget in wxGTK.
next