wxWidgets.git
2012-02-15  Paul Cornettavoid sending mouse events to the wrong window, fixes...
2012-02-15  Vadim ZeitlinDocument wxLogGui::DoShow{Single,Multiple}LogMessage...
2012-02-15  Vadim ZeitlinDon't document wxListCtrl::SetColumnsOrder() as being...
2012-02-15  Vadim ZeitlinClean up wxListBox documentation.
2012-02-15  Vadim ZeitlinMake documentation of wxIcon::ConvertToDisabled() more...
2012-02-15  Vadim ZeitlinDocument wxFTP::TransferMode enum in the correct scope.
2012-02-15  Vadim ZeitlinDocument wxGB{Position,Size}::operator!=(), remove...
2012-02-15  Vadim ZeitlinRemove documentation of non-existent wxFontMapper:...
2012-02-15  Vadim ZeitlinDocument Mac-only wxFileName methods as being Mac-only.
2012-02-15  Vadim ZeitlinDocument wxFileType::MessageParameters class.
2012-02-15  Vadim ZeitlinFix wrong type of wild card parameter in wxFileCtrl...
2012-02-15  Vadim ZeitlinMake wxDragImage ctors taking hot spot point really...
2012-02-15  Vadim ZeitlinDocument wxDocManager::CreatePreviewFrame() as being...
2012-02-15  Vadim ZeitlinDon't document private event handlers in doc/view frame...
2012-02-14  Vadim ZeitlinMention __WIN64__ in the preprocessor defines documenta...
2012-02-14  Vadim ZeitlinRemove the mention of non-existing wxPrintf_l() from...
2012-02-13  Stefan Csomoradding missing initializer to raw_control, fixes #13963
2012-02-13  Stefan Csomoradapting comparison to raw_control, see #13963
2012-02-12  Vadim ZeitlinDon't document deprecated wxComboCtrl::SetValueWithEvent().
2012-02-12  Vadim ZeitlinImplement wxDV_ROW_LINES for generic wxDataViewCtrl.
2012-02-12  Vadim ZeitlinDon't use deprecated wxDataViewCtrl::StartEditor()...
2012-02-11  Robin Dunnremove some wxPython-only methods that were accidentall...
2012-02-11  Paul Cornettremove wxGraphicsContext dependency for transparent...
2012-02-11  Vadim ZeitlinDocument wxDateTime::GregorianAdoption enum and TimeZon...
2012-02-11  Vadim ZeitlinFix "wxEmptyStr" typo in wxChoicebook and wxToolbook...
2012-02-11  Vadim ZeitlinImplement wxBG_STYLE_TRANSPARENT support for wxGTK.
2012-02-11  Vadim ZeitlinUpdate marks in non-current months shown in wxMSW wxCal...
2012-02-11  Vadim ZeitlinSet marks used in wxMSW wxCalendarCtrl unconditionally.
2012-02-11  Vadim ZeitlinAlso add wxNativeFontInfo::SetStrikethrough() stub...
2012-02-10  Vadim ZeitlinAdded a test for wxUSE_DATAOBJ to wxDFB which doesn...
2012-02-10  Vadim ZeitlinFix compilation ofr ports without native font info...
2012-02-10  Vadim ZeitlinAdd stubs for wxNativeFontInfo::{Get,Set}Strikethrough...
2012-02-10  Robin DunnDon't include the terminating NUL
2012-02-10  Vadim ZeitlinFix wxHash{Set,Map} compilation with g++ 4.7 in C+...
2012-02-09  Vadim ZeitlinDocument MSW-only wxEVT_MOVING event.
2012-02-09  Vadim ZeitlinFix typo in wxSlider XRC format documentation.
2012-02-08  Vadim ZeitlinFix wrong signature of wxBitmap(bits) ctor in the docum...
2012-02-08  Vadim ZeitlinRestrict button size restrictions documentation to...
2012-02-08  Vadim ZeitlinDocument that wxStandardPaths::GetUserConfigDir() doesn...
2012-02-08  Vadim ZeitlinUse wxSTC_INVALID_POSITION in wxStyledTextCtrl document...
2012-02-08  Vadim ZeitlinDocument wxAUI_NB_MIDDLE_CLICK_CLOSE.
2012-02-08  Robin DunnInterface fixes changing fiction into truth.
2012-02-08  Robin DunnFollowing the theory that something lame is better...
2012-02-08  Robin DunnAdd an empty implementation of the OSXGenerateEvent...
2012-02-07  Robin DunnDon't assume that XCode is in /Developer. Use "xcode...
2012-02-07  Robin Dunnuse buf.length() instead of strlen()
2012-02-07  Robin DunnAdd length parameter to AddTextRaw and AppendTextRaw...
2012-02-07  Vadim ZeitlinAvoid CRT deprecation warnings for MSVC build using...
2012-02-07  Vadim ZeitlinRebake all project files to reflect MSVC deprecation...
2012-02-07  Stefan Csomorforwarding mouse moved events to the view under the...
2012-02-07  Vadim ZeitlinFix wxAboutDialogInfo::GetName() return type in the...
2012-02-07  Vadim ZeitlinFix infinite loop in wxHtmlEasyPrinting page break...
2012-02-07  Vadim ZeitlinNo real changes, just pass const wxArrayInt to wxHtmlCe...
2012-02-07  Jouk JansenUpdate setup for OpenVMS to make wxX11 work again
2012-02-06  Vadim ZeitlinReturn NULL from wxAuiNotebook::GetCurrentPage() if...
2012-02-06  Vadim ZeitlinFix typo in an event type constant in wxTreeListCtrl...
2012-02-06  Vadim ZeitlinFix handling of positional parameters in wxPrintf(...
2012-02-05  Stefan NeisReverted bogus fix for bogus bug report #13402.
2012-02-05  Stefan NeisMark unused parameter as such, fixes #13402.
2012-02-05  Paul Cornettremove code ifdef-ed on __X__, it is never defined...
2012-02-05  Vadim ZeitlinDon't set PAGESETUPDLG::hDevNames and hDevMode when...
2012-02-05  Vadim ZeitlinFix huge performance problem in wxStdInputStream when...
2012-02-05  Vadim ZeitlinTake void** client data in wxSingleChoiceDialog ctor...
2012-02-05  Vadim ZeitlinPreserve focus when window is minimized and restored...
2012-02-05  Vadim ZeitlinEnsure that the progress dialog parent is activated...
2012-02-05  Vadim ZeitlinNo changes, just implement Raise() in wxTopLevelWindow...
2012-02-05  Vadim ZeitlinFix initial state of radio toolbar tools in wxGTK.
2012-02-05  Vadim ZeitlinNever refresh controls from EVT_PAINT handler in wxProp...
2012-02-04  Vadim ZeitlinFix the URL generated by Doxygen @sampledir macro.
2012-02-04  Vadim ZeitlinDocument wxNO_3D as being obsolete.
2012-02-03  Vadim ZeitlinFix typo in EVT_TREE_END_LABEL_EDIT documentation.
2012-02-03  Vadim ZeitlinCheck string length correctly in wxFileSystem::URLToFil...
2012-02-03  Vadim ZeitlinEnable callbacks for wxFileSystemWatcher FD under OS X.
2012-02-03  Vadim ZeitlinFix speed regression in wxFileHistory::AddFileToHistory().
2012-02-03  Vadim ZeitlinTurkish translations update from Kaya Zeren.
2012-02-03  Vadim ZeitlinFix the type of global font constants in the documentation.
2012-02-03  Vadim ZeitlinFix bug with mouse wheel scrolling wxStyledTextCtrl...
2012-02-02  Steve LamertonDisable navigation sounds in wxWebViewIE. This brings...
2012-02-02  Vadim ZeitlinFix initial wxRadioBox buttons positions in wxMSW.
2012-02-02  Vadim ZeitlinAdd wxFontDialog ctor not taking wxFontData to wxOSX.
2012-02-02  Vadim ZeitlinFix wxDataViewCtrl::GetItemRect() signature in wxOSX...
2012-02-01  Stefan Csomorshould not bring to front upon focussing
2012-01-31  Vadim ZeitlinRemove duplicate wxPoint2DInt operator declarations.
2012-01-31  Vadim ZeitlinSet the file name for temporary wxFFile objects.
2012-01-31  Vadim ZeitlinDocument wxFFile::GetName().
2012-01-31  Paul Cornettremove virtual override that just calls base
2012-01-31  Paul Cornettimplement wxGetMousePosition without using X-specific...
2012-01-31  Stefan Csomorguarding Update() on OSX not to be issued faster than...
2012-01-31  Stefan Csomorrevert to using Update()
2012-01-31  Stefan Csomorreenabling an Update where necessary
2012-01-31  Vadim ZeitlinFix wxHTTP::SetPostBuffer() compilation in ANSI build.
2012-01-31  Vadim ZeitlinDon't document wxVector<>::reverse_iterator.
2012-01-31  Vadim ZeitlinRemove dummy Lithuanian translations.
2012-01-31  Paul Cornetthandle theme change which changes window border width
2012-01-30  Stefan Csomorattempt to isolate which Update() calls are necessary...
2012-01-30  Stefan Csomoralways setting the event object to the menu, see #1595
2012-01-30  Stefan Csomorfixing the routing of UpdateUI to the window by just...
2012-01-29  Paul Cornettmove SetPangoAttrsForFont to wxFont, should have been...
2012-01-29  Paul Cornettuse GTKSetPangoAttrs in wxCairoContext
2012-01-29  Paul Cornettmove Pango underline workaround into wxFont::GTKSetPang...
next