wxWidgets.git
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...
2011-08-23  Vadim ZeitlinFix wxBannerWindowNameStr definition in DLL builds.
2011-08-23  Dimitri SchoolwerthAdded wxBITMAP_TYPE_TIFF and wxBITMAP_TYPE_TIFF_RESOURCE.
2011-08-23  Dimitri SchoolwerthFixed linking errors related to wxAnyButton in wxUniv.
2011-08-23  Dimitri SchoolwerthFixed compilation of various notebook.cpp's.
2011-08-23  Dimitri SchoolwerthFixed compilation of sources that make use of wx/univ...
2011-08-22  Vadim ZeitlinExclude another auto-generated file when cleaning the...
2011-08-22  Vadim ZeitlinDon't refresh not yet realized widget in wxGTK wxDataVi...
2011-08-22  Vadim ZeitlinReturn non-const pointer from wxDataViewRendererBase...
2011-08-22  Vadim ZeitlinAdd wxDataViewIconText::IsSameAs() and make comparison...
2011-08-22  Vadim ZeitlinReturn (16,16) as the default list icons size in wxMSW.
2011-08-22  Stefan Csomorremoving trailing comma
2011-08-22  Stefan Csomorexposing wxGraphicsContext through an ordinary wxDC
2011-08-22  Václav SlavíkFix typo.
2011-08-22  Václav SlavíkDon't iterate over selection twice needlessly in wxData...
2011-08-22  Václav SlavíkNo change, improve wxDataViewMainWindow::ItemDeleted...
2011-08-22  Vadim ZeitlinHarmonize wxDataViewCtrl::GetSelection() behaviour...
2011-08-22  Vadim ZeitlinNo changes, just use CPPUNIT_ASSERT_EQUAL() instead...
2011-08-22  Vadim ZeitlinNo changes, just add wxGtkList to ensure g_list_free...
2011-08-22  Vadim ZeitlinDon't export Objective C interfaces in non-x86_64 builds.
2011-08-22  Vadim ZeitlinAdd XRC handler for wxBannerWindow and a test for it...
2011-08-22  Vadim ZeitlinNo changes, just factor our wxDirection parsing code...
2011-08-22  Vadim ZeitlinAdd new wxBannerWindow class.
2011-08-22  Vadim ZeitlinAdd @genericAppearance Doxygen macro.
2011-08-22  Vadim ZeitlinFix the coordinates in wxDataViewCustomRenderer::LeftCl...
2011-08-21  Vadim ZeitlinAdd missing wx/icon.h header to fix wxGTK compilation.
2011-08-21  Vadim ZeitlinRefactor: replace wxTreeItemId and wxDataViewItem with...
2011-08-21  Vadim ZeitlinNo changes, just move wxCheckBoxState to wx/defs.h...
2011-08-21  Vadim ZeitlinNo changes, just use symbolic NO_IMAGE constant instead...
2011-08-21  Vadim ZeitlinAdd wxWithImages helper mix-in with {Set,Get,Assign...
2011-08-21  Vadim ZeitlinReplace wxComboBox::IsEmpty() with Is{List,Text}Empty().
2011-08-21  Václav SlavíkRename wxDataViewCtrl::InvalidateColBestWidth* to Updat...
2011-08-21  Václav SlavíkFix autosize columns width calculation in generic wxDat...
2011-08-20  Vadim ZeitlinAdd a one line script to clean patches before submittin...
2011-08-19  Václav SlavíkReorganize wxDataViewMainWindow::ItemAdded() for better...
2011-08-19  Dimitri SchoolwerthFixed failing test in ImageTestCase for builds made...
2011-08-19  Dimitri SchoolwerthDocumented wxIMAGE_OPTION_TIFF_* options that are curre...
2011-08-19  Dimitri SchoolwerthUse a default photometric interpretation value of PHOTO...
2011-08-19  Dimitri SchoolwerthAdded option to TIFF handler for specifying the photome...
2011-08-19  Dimitri SchoolwerthAdded support for saving greyscale TIFF images.
2011-08-19  Dimitri SchoolwerthChanged TIFF handler's monochrome conversion to look...
2011-08-19  Dimitri SchoolwerthFixed crash when saving as a monochrome TIFF image...
2011-08-19  Dimitri SchoolwerthNo code changes.
2011-08-19  Dimitri SchoolwerthRenamed the options specific to the TIFF handler.
2011-08-19  Dimitri Schoolwerthimproved wxImage documentation.
next