Include support for OpenVMS IA64
[wxWidgets.git] / src /
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-25  Stefan Csomoradding missing autorelease pool, since this can be...
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 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-17  Vadim ZeitlinFix format specifiers used for "unsigned long" in wxPG...
2011-09-17  Vadim ZeitlinAdd wxUSE_TREELISTCTRL checks to treelist.cpp itself.
2011-09-16  Vadim ZeitlinOnly define wxUSE_WEBVIEW if wxWebView is really available.
2011-09-16  Vadim ZeitlinFix wxFont::GetFaceName() for not realized yet fonts...
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...
2011-09-14  Steve LamertonUse integral value for OLECMDID_OPTICAL_ZOOM as we...
2011-09-12  Steve LamertonUpdate wxWebView guards to stop backend compilation...
2011-09-12  Václav SlavíkFix appending of non-leaf node to wxGTK's wxDataViewCtrl.
2011-09-11  Vadim ZeitlinFix best size computation for wxTextCtrl without border...
2011-09-11  Steve LamertonEnsure that we have an available backend for wxWebView...
2011-09-11  Vadim ZeitlinStill resize wxSplitterWindow children even when sash...
2011-09-10  Steve LamertonMerge the new wxWebView classes from the SOC2011_WEBVIE...
2011-09-10  Paul Cornettupdate WarpPointer for GTK3
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-09-10  Robin DunnEnable the HWND of the task dialog to be fetched with...
2011-09-08  Vadim ZeitlinAllow setting colours and font of wxTreeListCtrl.
2011-09-07  Paul Cornettnon-pch build fix
2011-09-07  Paul Cornettremove unnecessary GTK declarations from defs.h, move...
2011-09-06  Robin Dunnfix for non-pch builds
2011-09-05  Robin DunnAvoid infinite recursion on Mac in comboctrl, and fix...
2011-09-05  Václav SlavíkFix crash in wxDataViewCtrl::UpdateColWidths().
2011-09-05  Václav SlavíkwxDataViewCtrl: enable F2 editing with multiple selecti...
2011-09-03  Stefan Csomorsetting the image position after the label is set,...
2011-09-03  Václav SlavíkUse ProcessWindowEvent() in generic wxDataViewCtrl...
2011-09-03  Václav SlavíkExtracted wxDataViewMainWindow left/right keys handling...
2011-09-03  Václav SlavíkRename wxDataViewMainWindow::OnArrowChar to OnVerticalN...
2011-09-03  Václav SlavíkSlightly more efficient wxDataViewCtrl::StartEditor().
2011-09-03  Václav SlavíkFix generic wxDataViewCtrl Enter handling to conform...
2011-09-01  Stefan Csomorfixes #13443, thanks :-)
2011-08-31  Vadim ZeitlinFix deleting and clearing wxTreeListCtrl columns.
2011-08-31  Václav SlavíkAdd items to correct position in wxDataViewCtrl:ItemAdded.
2011-08-31  Václav SlavíkGeneric wxDataViewCtrl: resize autosized columns at...
2011-08-30  Dimitri SchoolwerthFixed dlmsw.cpp compilation with older SDKs and at...
2011-08-30  Vadim ZeitlinBetter support for flat lists in wxTreeListCtrl.
2011-08-30  Vadim ZeitlinFix computation of the item offset in generic wxDataVie...
2011-08-30  Jouk JansenUpdate makefiles for OpenVMS
2011-08-30  Stefan Csomorfixes #13438 (building OSX min >= 10.6), thanks :-)
2011-08-30  Stefan Csomoradding command - comma as shortcut of stockitem wxID_PR...
2011-08-29  Václav SlavíkSend wxEVT_COMMAND_DATAVIEW_ITEM_ACTIVATED if WXOnActiv...
2011-08-29  Václav SlavíkMake generic wxDataViewToggleRenderer react to activation.
2011-08-29  Václav SlavíkActivate cells from keyboard too in generic wxDataViewCtrl.
2011-08-29  Dimitri SchoolwerthFixed drawing a check box in the undetermined state...
2011-08-29  Vadim ZeitlinFix spelling error in an error message in wxObjectXmlRe...
2011-08-29  Dimitri SchoolwerthAdded alpha saving support to TIFF image handler.
2011-08-28  Dimitri SchoolwerthFixed loading greyscale with alpha TIFF images.
2011-08-28  Dimitri SchoolwerthFixed copying only 1/3 of scanline when saving TIFF...
2011-08-28  Dimitri SchoolwerthAdded support for loading black and white TIFF images...
2011-08-28  Dimitri SchoolwerthRead TIFF images from top to bottom instead of bottom...
2011-08-28  Dimitri SchoolwerthFixed accessing out-of-bounds image coordinates while...
2011-08-28  Dimitri SchoolwerthFixed calculated image pitch being off-by-one in some...
2011-08-28  Dimitri SchoolwerthRemoved double TIFFSetField call for setting TIFFTAG_OR...
2011-08-28  Dimitri SchoolwerthCall GetAlpha() to get a pointer instead of checking...
2011-08-28  Stefan Csomorrouting keys like ESC etc, fixes #13429
2011-08-27  Robin Dunn* Implement dynamic loading of the Cairo DLL on Windows...
2011-08-27  Václav SlavíkMore understandable symbolic constants in generic wxDVC...
2011-08-27  Václav SlavíkUse spacebar to activate items in generic wxDataViewCtr...
2011-08-27  Václav SlavíkRemove DestroyTreeHelper(), make GetChildNodes() const...
2011-08-27  Václav SlavíkAdd wxDataViewMainWindow::GetModel() helper.
2011-08-27  Václav SlavíkBetter names in wxDataViewTreeNode.
2011-08-27  Václav SlavíkUse wxTE_PROCESS_ENTER with wxDataViewCtrl text controls.
2011-08-27  Vadim ZeitlinCompilation fix for wxTreeListCtrl when not using PCH.
2011-08-27  Vadim ZeitlinMake wxBU_EXACTFIT fir the button text more exactly.
2011-08-27  Vadim ZeitlinAdded wxFLP_SMALL and wxDIRP_SMALL styles for wx{File...
2011-08-27  Vadim ZeitlinAuto complete file names in the text controls of wx...
2011-08-27  Vadim ZeitlinAdd wxTextEntry::AutoCompleteDirectories().
2011-08-27  Vadim ZeitlinAdd new wxTreeListCtrl class.
2011-08-27  Václav SlavíkNotify GtkTreeView if a node stops being a parent.
2011-08-27  Václav SlavíkSave memory in wxDataViewTreeNode.
2011-08-27  Václav SlavíkSimplified generic wxDataViewCtrl's tree structure.
2011-08-27  Václav SlavíkNo real change, use more descriptive variable names...
2011-08-27  Vadim ZeitlinSet colours and fonts for all elements of the generic...
2011-08-27  Vadim ZeitlinAllow returning NULL windows from GetCompositeWindowPar...
2011-08-25  Dimitri SchoolwerthFixed best size of wxUniv's wxNotebook.
2011-08-25  Dimitri SchoolwerthFixed best sizes for wxUniv controls.
2011-08-25  Dimitri SchoolwerthFixed width of scrollbars in wxUniv.
2011-08-25  Dimitri SchoolwerthFixed MSW/Univ compilation of toplevel.cpp.
2011-08-25  Stefan Csomormb:54153a12-b2c7-417e-b607-c4faa9c436ab
2011-08-24  Vadim ZeitlinNo real changes, just update copyright year in wxInfoMe...
next