wxWidgets.git
2011-10-09  Vadim ZeitlinDon't make private wxGraphicsContext-derived classes...
2011-10-09  Vadim ZeitlinFixed non-existent wxCairoContext default ctor.
2011-10-09  Vadim ZeitlinAdded wxGraphicsBitmap::ConvertToImage().
2011-10-09  Vadim ZeitlinNo changes, just refactor wxCairoBitmapData ctor.
2011-10-09  Vadim ZeitlinDocument wxGraphicsBitmap and methods involving it.
2011-10-09  Vadim ZeitlinImplement EVT_MOUSE_CAPTURE_LOST handling for wxPopupTr...
2011-10-09  Vadim ZeitlinImplement delayed destruction for wxPopupTransientWindow.
2011-10-09  Vadim ZeitlinFix inheriting parent background colour in wxPanel...
2011-10-09  Václav SlavíkReturn true from wxDataViewMainWindow::ItemDeleted().
2011-10-09  Steve LamertonReuse existing MinGW defines for all compilers that...
2011-10-09  Robin DunnInterface updates for Phoenix. Add wxNativeFontInfo.
2011-10-07  Steve LamertonWork around the fact that wxWebViewIE doesn't send...
2011-10-07  Václav SlavíkHandle inline editing in generic wxDataViewCtrl as...
2011-10-07  Václav SlavíkAdd columns focus and keyboard navigation to generic...
2011-10-07  Julian SmartAllow selected symbol to be scrolled into view initially
2011-10-06  Steve LamertonFix various GCC warnings in wxWebView.
2011-10-06  Steve LamertonEnsure we pass the correct type of string to EscapeFile...
2011-10-05  Steve LamertonDelete the filesystem used by wxWebViewArchiveHandler...
2011-10-05  Steve LamertonStore a pointer to each ClassFactory so we can correctl...
2011-10-05  Steve LamertonDelete the timer on close in the wxWebView sample....
2011-10-04  Robin DunnAdd Get|SetPrintMode
2011-10-04  Vadim ZeitlinFix wxTimePickerCtrl compilation without PCH too.
2011-10-04  Robin DunnInterface fixes for Phoenix
2011-10-02  Vadim ZeitlinFix wxDateTimePickerCtrl compilation without PCH.
2011-10-02  Steve LamertonAdd new definitions required by MinGW for webview....
2011-10-02  Vadim ZeitlinFix current field highlighting in generic wxTimePickerC...
2011-10-02  Vadim ZeitlinAdded GTK+ screenshot of wxTimePickerCtrl.
2011-10-02  Vadim ZeitlinUse wxSP_WRAP for generic wxTimePicker spin button.
2011-10-02  Steve LamertonRemove copied class definitions from missing.h. Disable...
2011-10-02  Vadim ZeitlinPut wxWebView library addition on top of changes list.
2011-10-02  Vadim ZeitlinFix setting tooltips for wxSearchCtrl and other composi...
2011-10-02  Vadim ZeitlinAdd wxWindowBase::CopyToolTip() method.
2011-10-02  Vadim ZeitlinRestore correct wxSearchCtrl size in wxMSW after wxText...
2011-10-02  Vadim ZeitlinFix harmless warnings in hot key code in wxOSX.
2011-10-02  Vadim ZeitlinFix harmless gcc initialization order warning.
2011-10-02  Vadim Zeitlinzh_TW translation update from cw.ahbong.
2011-10-02  Steve LamertonDerive wxAuiNotebook from wxBookCtrlBase. Document...
2011-10-01  Steve LamertonAdd event descriptions to wxAuiNotebook.
2011-10-01  Steve LamertonCorrectly initialise ref count in custom scheme class...
2011-09-30  Robin DunnUse wxAlphaPixelData if the source bitmap depth is...
2011-09-30  Vadim ZeitlinFix the comparison direction in wxTextAttr::BitlistsEqP...
2011-09-30  Vadim ZeitlinFix assert in initial call to wxPostScriptDC::SetPen().
2011-09-30  Vadim ZeitlinCreate setup.h when building wxscintilla library.
2011-09-30  Jouk Jansenupdates for OpenVMS
2011-09-30  Jouk JansenUpdate OpenVMS compile support
2011-09-29  Jouk JansenUpdate setup fort OpenVMS
2011-09-29  Jouk JansenFixes for OpenVMS on IA64
2011-09-29  Vadim ZeitlinAdded XRC handler for wxTimePickerCtrl.
2011-09-29  Vadim ZeitlinAdd wxTimePickerCtrl class.
2011-09-29  Vadim ZeitlinCorrect wxDatePickerCtrl::GetValue() documentation...
2011-09-29  Vadim ZeitlinRefactor wxDatePickerCtrl to derive from wxDateTimePick...
2011-09-29  Vadim ZeitlinVC6 compilation fixes for wxTreeListCtrl.
2011-09-29  Julian SmartFixed caret sizing problem around large objects by...
2011-09-29  Robin DunnDon't always use the Cairo context for wxGCDC(wxMemoryD...
2011-09-28  Steve LamertonDelete the menu on close in the wxWebView sample. Fixes...
2011-09-28  Steve LamertonFix compilation of wxWebView under mingw by adding...
2011-09-28  Jouk Jansencorrecting typo in previous commit
2011-09-28  Jouk JansenInclude support for OpenVMS IA64
2011-09-27  Stefan Csomorgiving in on native undo integration, as we don't have...
2011-09-27  Jouk JansenCorrecting typo in commit 69203
2011-09-27  Jouk JansenUpdate openVMS compile support
2011-09-27  Robin DunnMore interface updates for Phoenix
2011-09-26  Jouk JansenDisable webview on OpenVMS
2011-09-25  Václav SlavíkDon't use `install -d` to create directories.
2011-09-25  Stefan Csomoradding missing autorelease pool, since this can be...
2011-09-25  Robin DunnFix missing or broken interface items for Phoenix
2011-09-23  Vadim ZeitlinAdd support for handling new multi-arch under Debian.
2011-09-23  Vadim ZeitlinFix inconsistent DLL export declaration for wxBannerWin...
2011-09-22  Vadim ZeitlinFix inconsistent DLL export declaration for wxTreeListC...
2011-09-22  Vadim ZeitlinImprove appearance of wxTreeListCtrl during live resizing.
2011-09-22  Vadim ZeitlinAlways give all the remaining space to the first wxTree...
2011-09-21  Vadim ZeitlinFix scrolling in small wxVListBox with tall items.
2011-09-21  Vadim ZeitlinReplace erroneous comma with a semicolon in keyboard...
2011-09-21  Vadim ZeitlinChange wxSound ctor from in-memory data to use size_t...
2011-09-21  Vadim ZeitlinSend EVT_DATAVIEW_ITEM_CONTEXT_MENU events even when...
2011-09-21  Vadim ZeitlinImplement sorting in wxTreeListCtrl.
2011-09-21  Vadim ZeitlinReset previous sort column in generic wxDataViewColumn...
2011-09-21  Vadim ZeitlinRemove wxHeaderColumn::SetAsSortKey() and only use...
2011-09-21  Vadim ZeitlinAdd wxTreeListCtrl::GetView() and GetDataView().
2011-09-21  Vadim ZeitlinDon't limit window size to (0, 0) in wxSizer if getting...
2011-09-21  Vadim ZeitlinRefresh wxDisplay when a monitor is added to or removed...
2011-09-21  Vadim ZeitlinNo changes, just extract wxCreateHiddenWindow() declara...
2011-09-20  Julian SmartRemove pointless case insensitivity
2011-09-20  Vadim ZeitlinAdd GetExpanderColumnOrFirstOne() to avoid code duplica...
2011-09-20  Vadim ZeitlinReset the expander column when clearing columns in...
2011-09-20  Michael WetherellMove ravnsgaards build to brandt32 while its down.
2011-09-18  Vadim ZeitlinMinor fixes to code examples in wxPropertyGrid document...
2011-09-18  Vadim ZeitlinFix test for wxUSE_TREELISTCTRL in configure.
2011-09-18  Robin DunnFIx broken or missing interface items for Phoenix
2011-09-17  Vadim ZeitlinFix format specifiers used for "unsigned long" in wxPG...
2011-09-17  Vadim ZeitlinChange wxDIALOG_NO_PARENT to avoid clash with wxICON_EX...
2011-09-17  Vadim ZeitlinAdd wxUSE_TREELISTCTRL checks to treelist.cpp itself.
2011-09-17  Vadim ZeitlinFix the library of wxGenericDirCtrl in the documentation.
2011-09-16  Vadim ZeitlinOnly define wxUSE_WEBVIEW if wxWebView is really available.
2011-09-16  Vadim ZeitlinCheck for wxUSE_WEBVIEW being defined.
2011-09-16  Vadim ZeitlinFix wxFont::GetFaceName() for not realized yet fonts...
2011-09-16  Robin Dunnfixes for missing or broken interface items for Phoenix
2011-09-16  Vadim ZeitlinFix int field of wxCommandEvents generated by menu...
2011-09-16  Vadim ZeitlinFix int field of wxCommandEvent generated by popup...
2011-09-16  Vadim ZeitlinFix checked state for the popup menu items in the event...
next