Fixed loading greyscale with alpha TIFF images.
[wxWidgets.git] / src /
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...
2011-08-24  Vadim ZeitlinTry harder to set the requester splitter position in...
2011-08-24  Stefan Csomormissing commit for RAW_CONTROL changes
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  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 compilation of various notebook.cpp's.
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 ZeitlinReturn (16,16) as the default list icons size in wxMSW.
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 add wxGtkList to ensure g_list_free...
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 ZeitlinFix the coordinates in wxDataViewCustomRenderer::LeftCl...
2011-08-21  Vadim ZeitlinAdd wxWithImages helper mix-in with {Set,Get,Assign...
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-19  Václav SlavíkReorganize wxDataViewMainWindow::ItemAdded() for better...
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 saving of TIFF monochrome images.
2011-08-18  Dimitri SchoolwerthFixed saving TIFF images to wxMemoryOutputStream.
2011-08-17  Dimitri SchoolwerthImproved BMP decoding.
2011-08-17  Vadim ZeitlinRestore stock item labels mistakenly removed by r68641.
2011-08-17  Julian SmartBetter text control non-selection solution
2011-08-16  Julian SmartImplemented non-selection of content when setting focus...
2011-08-16  Stefan Csomoradapting to new ctrl constant handling on OSX
2011-08-16  Stefan Csomoradapting to new ctrl constant handling on OSX
2011-08-16  Stefan Csomorsupporting full style mask
2011-08-16  Vadim ZeitlinwxMSW compilation fix when not using PCH.
2011-08-16  Stefan Csomoradjust init to standard
2011-08-16  Stefan Csomorsupport for raw ctrl shortcut
2011-08-16  Stefan Csomoremulate more arrow keys on non msw platforms
2011-08-16  Stefan Csomoradapt defines for ctrl/command key
2011-08-16  Paul CornettAvoid creating rect with negative size while clipping...
2011-08-14  Vadim ZeitlinFix return value of wxMBConvUTF8::ToWChar() when not...
2011-08-14  Stefan Csomorfixing comment
2011-08-14  Stefan Csomorfixing open application event handling, fixes #13397
2011-08-14  Stefan Csomoradding two missing strings (used in docview)
2011-08-14  Stefan Csomorusing proper cmd constant
2011-08-13  Paul Cornettsimplify global cursor setting
2011-08-13  Vadim ZeitlinFix bitmap position attribute name in XRC handler.
2011-08-12  Vadim ZeitlinNo changes, just remove gratuitous inefficiency from...
2011-08-12  Vadim ZeitlinFix compilation of generic wxDVC code when not using...
2011-08-12  Paul Cornettremove unneeded gdk_window_get_pointer() call
2011-08-12  Paul Cornettpass proper window to gdk_window_get_pointer(), NULL...
2011-08-11  Vadim ZeitlinUse separate strings for stock labels with and without...
2011-08-11  Dimitri SchoolwerthFixed wxOSX build.
2011-08-10  Václav SlavíkFix selection handling wxDataViewMainWindow::ItemDeleted().
2011-08-10  Václav SlavíkMake the wxDataViewItem(void*) constructor explicit.
2011-08-10  Julian SmartAdded the ability to deselect attributes in the font...
2011-08-09  Dimitri SchoolwerthAdded NSApplicationDelegate's openFiles for wxOSX-Cocoa.
2011-08-09  Vadim ZeitlinDon't reset wxTLW::m_iconized when hiding the window...
next