Factor out text measurement from wxDC and wxWindow into wxTextMeasure.
[wxWidgets.git] / src /
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.
2012-10-07  Václav SlavíkFix wxGenericCollapsiblePane to expand frame's size.
2012-10-04  Vadim ZeitlinAdd a setting for the disabled text colour to wxRibbon...
2012-10-04  Vadim ZeitlinAdd a more convenient wxColour::MakeDisabled() overload.
2012-10-04  Vadim ZeitlinRemove unneeded variable initializations in wxPM code.
2012-10-04  Vadim ZeitlinFix bugs in the recently added wxDateTime::DiffAsDateSp...
2012-10-04  Vadim ZeitlinFix fatal bug in the recently added wxFile::ReadAll().
2012-10-04  Paul Cornettnon-pch build fix
2012-10-04  Paul Cornettremove always-true comparison of unsigned value >= 0
2012-10-04  Paul Cornettsilence warnings about shadowed variables with GCC...
2012-10-03  Vadim ZeitlinDo use IsEscapeKey() in wxDialog escape key handling.
2012-10-02  Paul Cornettremove some unnecessary casts
2012-10-01  Vadim ZeitlinFix assert about passing long as "%d" in wxXRC code.
2012-10-01  Vadim ZeitlinNo changes, just remove some unneeded variables initial...
2012-10-01  Vadim ZeitlinTest for wxAuiMDIClientWindow being non-NULL before...
2012-10-01  Vadim ZeitlinAdd wxDateTime::DiffAsDateSpan().
2012-10-01  Vadim ZeitlinFix PCH-less build after the changes of r72589.
2012-09-30  Vadim ZeitlinRead and write files using binary mode in wxStyledTextCtrl.
2012-09-30  Vadim ZeitlinSmall optimization of wxFFile::ReadAll(): avoid extra...
2012-09-30  Vadim ZeitlinAdded wxFile::ReadAll() for consistency with wxFFile...
2012-09-30  Vadim ZeitlinReimplement wxTextEntry::DoSetValue() in wxStyledTextCtrl.
2012-09-30  Vadim ZeitlinFix wxStyledTextCtrl::WriteText() to replace the selection.
2012-09-30  Vadim ZeitlinAdd per-direction wxSocket wait flags and byte counters.
2012-09-30  Vadim ZeitlinDon't crash in generic wxDataViewCtrl if it doesn't...
2012-09-30  Vadim ZeitlinAdd support for background-color style to span element...
2012-09-30  Vadim ZeitlinFix handling of spaces after <img> tag in wxHTML.
2012-09-30  Vadim ZeitlinConvert image tags to text using their alt attribute...
2012-09-30  Vadim ZeitlinFix handling of not fully specified min/max size in...
2012-09-30  Vadim ZeitlinNo changes, just remove unneeded variable initialization.
2012-09-30  Vadim ZeitlinRevert "Don't use StringFormat::GenericTypographic...
2012-09-30  Vadim ZeitlinFix computation of menu button best size in generic...
2012-09-30  Vadim ZeitlinClear the search control automatically when it's "Cance...
2012-09-30  Vadim ZeitlinDon't use text control foreground colour for generic...
2012-09-30  Robin DunnUse Refresh when the initial paint was abandoned by...
2012-09-28  Vadim ZeitlinFix generic wxSearchCtrl best size calculation.
2012-09-28  Vadim ZeitlinDon't send events for disabled ribbon bar buttons.
2012-09-28  Vadim ZeitlinMake wxHelpControllerBase::SetFrameParameters() title...
2012-09-28  Vadim ZeitlinAdd "inherit" to <font> XRC tag.
2012-09-28  Vadim ZeitlinFix testing for existence of paths with trailing separa...
2012-09-28  Paul CornettAvoid unrealizing a frozen window
2012-09-27  Vadim ZeitlinMake wxTextEntryDialog resizable.
2012-09-27  Vadim ZeitlinAdd two step creation to wxTextEntryDialog.
2012-09-27  Vadim ZeitlinUse SelectAll() instead of SetSelection(-1, -1).
2012-09-27  Vadim ZeitlinRemove the now unnecessary wxRichTextCtrl::SelectAll().
2012-09-27  Vadim ZeitlinFix _tputenv() return value test in wxSetEnv().
2012-09-27  Vadim ZeitlinAccount correctly for the controller when computing...
2012-09-27  Vadim ZeitlinUse wxSize::IncTo() in wxBookCtrlBase::DoGetBestSize().
2012-09-27  Vadim ZeitlinAvoid useless iteration on all pages in wxBookCtrlBase...
2012-09-26  Vadim ZeitlinDo not unref GtkWidget of unattached wxMenuBar.
2012-09-26  Vadim ZeitlinFix GTK warnings when destroying unattached wxMenuBar.
2012-09-26  Vadim ZeitlinDon't crash in wxMenuBar::Remove() if unattached in...
2012-09-26  Vadim ZeitlinMerge "selected" and "active" child in wxAuiMDIParentFrame.
2012-09-25  Robin DunnScintilla's Point class no longer matches the structure...
2012-09-25  Paul Cornettcall Thaw() instead of DoThaw() so frozen status will...
next