wxWidgets.git
2011-09-10  Paul Cornettupdate WarpPointer for GTK3
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  Paul Cornettmove addition of -lX11 to better place
2011-09-06  Paul Cornettdon't disable cast checks in debug builds
2011-09-06  Paul Cornettremove unused __WXGTK12__ symbol
2011-09-06  Paul Cornettremove (very) obsolete GTK version check
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-04  Vadim ZeitlinAdd persistence support for wxSplitterWindow.
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-03  Robin DunnFix some broken or add some missing interface declarati...
2011-09-01  Vadim ZeitlinDon't warn about wxMetaFile in configure by default.
2011-09-01  Vadim ZeitlinAdd wxUSE_HOTKEY support to configure.
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  Dimitri SchoolwerthRegenerated Xcode projects.
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 ZeitlinMake it possible to TAB to wxTreeListCtrl contents.
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 SchoolwerthUpdated manual regarding image alpha support for TGA...
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 Csomormake sure svn info for an already existing .xcodeproj...
2011-08-28  Stefan Csomoradding missing doc string for BACKSPACE
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 ZeitlinNo real changes, minor corrections to the docs.
2011-08-27  Vadim ZeitlinCopy generic images when building the documentation...
2011-08-27  Vadim ZeitlinCompilation fix for wxTreeListCtrl when not using PCH.
2011-08-27  Vadim ZeitlinNo changes, just fix the file name in the header commen...
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 ZeitlinMake the file and dir picket controls expand in widgets...
2011-08-27  Vadim ZeitlinAdd wxTextEntry::AutoCompleteDirectories().
2011-08-27  Vadim ZeitlinNo changes, just fix a typo in wxBannerWindow documenta...
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-27  Vadim ZeitlinFixes to OpenGL samples to avoid asserts/crashes.
2011-08-26  Jouk JansenUpdate setup for OpenVMS
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 buttons having no border in wxUniv by default.
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...
2011-08-24  Vadim ZeitlinTry harder to set the requester splitter position in...
2011-08-24  Stefan Csomoradding raw_control for osx
2011-08-24  Stefan Csomormissing commit for RAW_CONTROL changes
2011-08-24  Stefan Csomormissing commit for RAW_CONTROL changes
2011-08-23  Vadim ZeitlinCompilation fix for non-OSX: don't use m_rawControlDown...
2011-08-23  Stefan Csomorfixing type for key event, using WXK_RAW_CONTROL consta...
2011-08-23  Stefan Csomorexposing control key combinations as before, fixing...
2011-08-23  Vadim ZeitlinSimplify checks for event vetoing in generic wxDataView...
2011-08-23  Vadim ZeitlinFix completely wrong logic for veto checking in generic...
2011-08-23  Stefan Csomoradjusting keyboardstate to new ctrl / raw_ctrl handling...
2011-08-23  Stefan Csomoradjusting keyboardstate to new ctrl / raw_ctrl handling...
2011-08-23  Vadim ZeitlinMention wxLocale in wxNumValidator documentation.
2011-08-23  Vadim ZeitlinNo changes, just add a missing comma in wxNumValidator...
2011-08-23  Vadim ZeitlinCheck for decimal separator inconsistency in wxLocale...
next