The rounded corners look really dumb at this size.
[wxWidgets.git] / src /
2015-07-07  Jay Freeman (saurik)The rounded corners look really dumb at this size.
2015-07-07  Jay Freeman (saurik)The UIProgressView is somehow not doing layout :(.
2015-07-06  Jay Freeman (saurik)Allow more than one line in a wxStaticText on iOS.
2015-07-06  Jay Freeman (saurik)Implement setFont on the iOS port of wxStaticText.
2013-10-04  Jay Freeman (saurik)Increase the number of visible OS X combo items.
2013-10-04  Jay Freeman (saurik)Hack compilation using the latest MinGW release.
2013-10-04  Jay Freeman (saurik)Fix a very annoying autorelease pool memory leak.
2013-10-04  Jay Freeman (saurik)Expose the Apple menu so it can be setup manually.
2013-10-04  Julian SmartCorrected border drawing to avoid clipping
2013-10-04  Julian SmartwxRTC table layout now uses cell content to calculate...
2013-10-03  Julian SmartInclude wxWANTS_CHARS style unless wxTE_READONLY is...
2013-10-03  Václav SlavíkXRC spec: document wxRibbon* XRC handler.
2013-10-02  Vadim ZeitlinAvoid dropping events in wxDocParentFrameAnyBase in...
2013-10-02  Vadim ZeitlinNo changes, just fix a typo in a comment in docview...
2013-10-02  Vadim ZeitlinAdd wxActivateEvent::GetActivationReason().
2013-10-02  Vadim ZeitlinFix incorrect event handler functions casts in wxRibbon...
2013-10-01  Vadim ZeitlinAdd more checks for Intel compiler.
2013-10-01  Vadim ZeitlinRemove support for Gnome printing from wxGTK.
2013-10-01  Paul CornettGo back to using a fixed value of 3 for lines/columns...
2013-10-01  Julian SmartFurther refine of #15226: wxRichTextCtrl: Implement...
2013-10-01  Vadim ZeitlinRemove obsolete CodeWarrior-related batch files.
2013-10-01  Vadim ZeitlinRemove obsolete VisualAge-related files.
2013-10-01  Vadim ZeitlinUpgrade bundled zlib to 1.2.8.
2013-10-01  Julian SmartApplied #15226 wxRichTextCtrl: Implement setting proper...
2013-09-30  Vadim ZeitlinFix crash when auto-sizing a wxDataViewCtrl column.
2013-09-30  Vadim ZeitlinDo not define __VISUALC__ for Intel C++ compiler under...
2013-09-30  Vadim ZeitlinImprove drawing of the tree item buttons in the generic...
2013-09-30  Vadim ZeitlinFix problem with COMDLG_FILTERSPEC declaration with...
2013-09-30  Vadim ZeitlinAvoid using wxHtmlTag::HasParam() unnecessarily.
2013-09-30  Vadim ZeitlinStore HTML "id" parameter value in wxHtmlCell.
2013-09-30  Vadim ZeitlinAdd wxHtmlTag::GetParamAsString() convenience method.
2013-09-30  Václav SlavíkCompilation fix for !wxUSE_OWNER_DRAWN.
2013-09-29  Julian SmartApplied #15226 with modifications: wxRichTextCtrl:...
2013-09-29  Julian SmartDon't redraw borders for cells that are hidden - fixes...
2013-09-29  Julian SmartAdded wxRichTextTableBlock class to help with table...
2013-09-29  Julian SmartFixed capitalisation
2013-09-29  Julian SmartApplied patch #15540: wxRichTextTable: crashes due...
2013-09-29  Julian SmartwxRTC: save and load the 'shown' status in case there...
2013-09-27  Julian SmartwxRTC: fixed guidelines overwriting adjacent cell borde...
2013-09-26  Václav SlavíkXRC: make wxStaticText's wrap property a dimension.
2013-09-26  Václav SlavíkXRC: make wxSplitterWindow's sashpos and minpanesize...
2013-09-26  Julian SmartCorrected disabling of controls in cell editor.
2013-09-26  Stefan Csomoralways use hw-accel, fixes #15536, applied with thanks
2013-09-24  Paul Cornettavoid calling GetDefaultSize() twice
2013-09-23  Julian SmartMake wxRichTextRectArray usable by other parts of wxRTC
2013-09-22  Julian SmartPartial fix for #15196: wxRichTextCell caret issues...
2013-09-22  Julian SmartAllow absent checkbox when transferring dimension data
2013-09-21  Václav SlavíkMake public headers compatible with Objective-C++ with...
2013-09-21  Václav SlavíkRevert "using #ifdef wxABORT_ON_CONFIG_ERROR not just...
2013-09-21  Václav SlavíkFix wxOSX warnings about int-to-void* casts.
2013-09-20  Václav SlavíkTry loading even English translations if provided.
2013-09-20  Paul Cornettfix vertical mouse wheel event rotation value, sign...
2013-09-20  Jouk JansenUpdate OpenVMS makefile
2013-09-19  Julian SmartThe alignment controls are now left-aligned if the...
2013-09-19  Julian SmartCorrections to border placement
2013-09-19  Julian SmartSecond part of #15224 fix: AddRows, AddColumns (dghart)
2013-09-19  Julian SmartFix for #15224: wxRichTextTable: Setting a cell's text...
2013-09-19  Julian SmartFix for #15520: wxRichTextCtrl: Drawing the selection...
2013-09-19  Paul Cornettfix wxSystemSettings::GetColour() for wxGTK3
2013-09-18  Vadim ZeitlinAdd missing c_str() call to fix wxGTK ANSI+STL build.
2013-09-18  Václav SlavíkAdd wxTranslations::GetTranslatedString().
2013-09-18  Václav SlavíkDeallocate wxThreadSpecificInfo when wxThread ends.
2013-09-18  Václav SlavíkMake _() and friends safe to call from any thread.
2013-09-18  Václav SlavíkMake storing non-trivial data in wxThreadSpecificInfo...
2013-09-18  Julian SmartEnsure that the overall table border doesn't get overdr...
2013-09-17  Vadim ZeitlinFix assorted typos in comments and other non-code.
2013-09-17  Vadim ZeitlinUse mask when drawing bitmaps in generic wxDataViewCtrl.
2013-09-17  Vadim ZeitlinAdd wxDataViewRendererBase::GetEffectiveAlignment(...
2013-09-16  Paul Cornettremove executable property from non-executable files...
2013-09-15  Vadim ZeitlinRevert "Make wxMSW stack walking methods work with...
2013-09-15  Vadim ZeitlinShow full screen windows with WS_POPUP style in wxMSW.
2013-09-15  Vadim ZeitlinMake wxMSW stack walking methods work with Unicode...
2013-09-15  Vadim ZeitlinDisable handling of wxEVT_MOUSEWHEEL in wxVarScrollHelp...
2013-09-15  Vadim ZeitlinMake default keyboard handling available in wxVarScroll...
2013-09-15  Vadim ZeitlinPropagate the event handling fixes to wxVarScrollHelper...
2013-09-15  Vadim ZeitlinAdd wxAnyScrollHelperBase to reduce code duplication...
2013-09-15  Vadim ZeitlinFix flickering of wxStaticBox background in wxMSW.
2013-09-15  Vadim ZeitlinDon't crash when laying out wxGridBagSizer with only...
2013-09-15  Vadim ZeitlinImprove composite flags handling in the property grid...
2013-09-14  Julian SmartWorkaround for #15404: wxRichTextCtrl: caret does not...
2013-09-14  Paul Cornettadd support for GDK_SCROLL_SMOOTH mouse wheel event...
2013-09-14  Paul Cornettuse native lines/columns per action for mouse wheel...
2013-09-13  Steve LamertonHandle WebKitWebView create-web-view.
2013-09-12  Vadim ZeitlinHandle non-ASCII output from lsb_release in wxGetLinuxD...
2013-09-12  Vadim ZeitlinDon't reset m_fp if wxFFile::Open() fails.
2013-09-11  Václav SlavíkFix needlessly convoluted test in wxXmlResourceHandlerI...
2013-09-11  Vadim ZeitlinFix another crash when conversion fails in Unix PostScr...
2013-09-11  Steve LamertonFix stc doxygen warnings and regen stc files.
2013-09-10  Vadim ZeitlinFix wrong in wxListCtrl::SetItemColumnImage() in r74716.
2013-09-08  Vadim ZeitlinConsistently handle DST start time in wxDateTime::Set().
2013-09-06  Václav SlavíkwxMSW: return correct value from wxMessageDialog::GetRe...
2013-09-06  Vadim ZeitlinFix bug with not selecting wxAuiNotebook page when...
2013-09-06  Steve LamertonFix history storing in wxWebViewWebKit with custom...
2013-09-06  Vadim ZeitlinFix horizontal mouse wheel scrolling in wxGTK.
2013-09-04  Vadim ZeitlinJust remove redundant wxDocument::SetDocumentTemplate...
2013-09-04  Vadim ZeitlinCorrect erasing of background behind controls in a...
2013-09-04  Vadim ZeitlinDon't take hidden wxGrid row/columns into account when...
2013-09-04  Vadim ZeitlinRemove superfluous mouse capturing in wxGrid row/column...
2013-09-04  Vadim ZeitlinSimplify wxGridCellAutoWrapStringRenderer::GetBestSize().
2013-09-04  Vadim ZeitlinDon't crash in wxGridCellAutoWrapStringRenderer when...
next