2011-08-29 |
Vadim Zeitlin | Fix spelling error in an error message in wxObjectXmlRe... |
tree | commitdiff |
2011-08-29 |
Dimitri Schoolwerth | Added alpha saving support to TIFF image handler. |
tree | commitdiff |
2011-08-28 |
Dimitri Schoolwerth | Fixed loading greyscale with alpha TIFF images. |
tree | commitdiff |
2011-08-28 |
Dimitri Schoolwerth | Fixed copying only 1/3 of scanline when saving TIFF... |
tree | commitdiff |
2011-08-28 |
Dimitri Schoolwerth | Added support for loading black and white TIFF images... |
tree | commitdiff |
2011-08-28 |
Dimitri Schoolwerth | Read TIFF images from top to bottom instead of bottom... |
tree | commitdiff |
2011-08-28 |
Dimitri Schoolwerth | Fixed accessing out-of-bounds image coordinates while... |
tree | commitdiff |
2011-08-28 |
Dimitri Schoolwerth | Fixed calculated image pitch being off-by-one in some... |
tree | commitdiff |
2011-08-28 |
Dimitri Schoolwerth | Removed double TIFFSetField call for setting TIFFTAG_OR... |
tree | commitdiff |
2011-08-28 |
Dimitri Schoolwerth | Call GetAlpha() to get a pointer instead of checking... |
tree | commitdiff |
2011-08-28 |
Stefan Csomor | routing keys like ESC etc, fixes #13429 |
tree | commitdiff |
2011-08-27 |
Robin Dunn | * Implement dynamic loading of the Cairo DLL on Windows... |
tree | commitdiff |
2011-08-27 |
Václav Slavík | More understandable symbolic constants in generic wxDVC... |
tree | commitdiff |
2011-08-27 |
Václav Slavík | Use spacebar to activate items in generic wxDataViewCtr... |
tree | commitdiff |
2011-08-27 |
Václav Slavík | Remove DestroyTreeHelper(), make GetChildNodes() const... |
tree | commitdiff |
2011-08-27 |
Václav Slavík | Add wxDataViewMainWindow::GetModel() helper. |
tree | commitdiff |
2011-08-27 |
Václav Slavík | Better names in wxDataViewTreeNode. |
tree | commitdiff |
2011-08-27 |
Václav Slavík | Use wxTE_PROCESS_ENTER with wxDataViewCtrl text controls. |
tree | commitdiff |
2011-08-27 |
Vadim Zeitlin | Compilation fix for wxTreeListCtrl when not using PCH. |
tree | commitdiff |
2011-08-27 |
Vadim Zeitlin | Make wxBU_EXACTFIT fir the button text more exactly. |
tree | commitdiff |
2011-08-27 |
Vadim Zeitlin | Added wxFLP_SMALL and wxDIRP_SMALL styles for wx{File... |
tree | commitdiff |
2011-08-27 |
Vadim Zeitlin | Auto complete file names in the text controls of wx... |
tree | commitdiff |
2011-08-27 |
Vadim Zeitlin | Add wxTextEntry::AutoCompleteDirectories(). |
tree | commitdiff |
2011-08-27 |
Vadim Zeitlin | Add new wxTreeListCtrl class. |
tree | commitdiff |
2011-08-27 |
Václav Slavík | Notify GtkTreeView if a node stops being a parent. |
tree | commitdiff |
2011-08-27 |
Václav Slavík | Save memory in wxDataViewTreeNode. |
tree | commitdiff |
2011-08-27 |
Václav Slavík | Simplified generic wxDataViewCtrl's tree structure. |
tree | commitdiff |
2011-08-27 |
Václav Slavík | No real change, use more descriptive variable names... |
tree | commitdiff |
2011-08-27 |
Vadim Zeitlin | Set colours and fonts for all elements of the generic... |
tree | commitdiff |
2011-08-27 |
Vadim Zeitlin | Allow returning NULL windows from GetCompositeWindowPar... |
tree | commitdiff |
2011-08-25 |
Dimitri Schoolwerth | Fixed best size of wxUniv's wxNotebook. |
tree | commitdiff |
2011-08-25 |
Dimitri Schoolwerth | Fixed best sizes for wxUniv controls. |
tree | commitdiff |
2011-08-25 |
Dimitri Schoolwerth | Fixed width of scrollbars in wxUniv. |
tree | commitdiff |
2011-08-25 |
Dimitri Schoolwerth | Fixed MSW/Univ compilation of toplevel.cpp. |
tree | commitdiff |
2011-08-25 |
Stefan Csomor | mb:54153a12-b2c7-417e-b607-c4faa9c436ab |
tree | commitdiff |
2011-08-24 |
Vadim Zeitlin | No real changes, just update copyright year in wxInfoMe... |
tree | commitdiff |
2011-08-24 |
Vadim Zeitlin | Try harder to set the requester splitter position in... |
tree | commitdiff |
2011-08-24 |
Stefan Csomor | missing commit for RAW_CONTROL changes |
tree | commitdiff |
2011-08-23 |
Stefan Csomor | fixing type for key event, using WXK_RAW_CONTROL consta... |
tree | commitdiff |
2011-08-23 |
Stefan Csomor | exposing control key combinations as before, fixing... |
tree | commitdiff |
2011-08-23 |
Vadim Zeitlin | Simplify checks for event vetoing in generic wxDataView... |
tree | commitdiff |
2011-08-23 |
Vadim Zeitlin | Fix completely wrong logic for veto checking in generic... |
tree | commitdiff |
2011-08-23 |
Stefan Csomor | adjusting keyboardstate to new ctrl / raw_ctrl handling... |
tree | commitdiff |
2011-08-23 |
Vadim Zeitlin | Check for decimal separator inconsistency in wxLocale... |
tree | commitdiff |
2011-08-23 |
Vadim Zeitlin | Fix wxBannerWindowNameStr definition in DLL builds. |
tree | commitdiff |
2011-08-23 |
Dimitri Schoolwerth | Added wxBITMAP_TYPE_TIFF and wxBITMAP_TYPE_TIFF_RESOURCE. |
tree | commitdiff |
2011-08-23 |
Dimitri Schoolwerth | Fixed compilation of various notebook.cpp's. |
tree | commitdiff |
2011-08-22 |
Vadim Zeitlin | Don't refresh not yet realized widget in wxGTK wxDataVi... |
tree | commitdiff |
2011-08-22 |
Vadim Zeitlin | Return non-const pointer from wxDataViewRendererBase... |
tree | commitdiff |
2011-08-22 |
Vadim Zeitlin | Return (16,16) as the default list icons size in wxMSW. |
tree | commitdiff |
2011-08-22 |
Václav Slavík | Don't iterate over selection twice needlessly in wxData... |
tree | commitdiff |
2011-08-22 |
Václav Slavík | No change, improve wxDataViewMainWindow::ItemDeleted... |
tree | commitdiff |
2011-08-22 |
Vadim Zeitlin | Harmonize wxDataViewCtrl::GetSelection() behaviour... |
tree | commitdiff |
2011-08-22 |
Vadim Zeitlin | No changes, just add wxGtkList to ensure g_list_free... |
tree | commitdiff |
2011-08-22 |
Vadim Zeitlin | Add XRC handler for wxBannerWindow and a test for it... |
tree | commitdiff |
2011-08-22 |
Vadim Zeitlin | No changes, just factor our wxDirection parsing code... |
tree | commitdiff |
2011-08-22 |
Vadim Zeitlin | Add new wxBannerWindow class. |
tree | commitdiff |
2011-08-22 |
Vadim Zeitlin | Fix the coordinates in wxDataViewCustomRenderer::LeftCl... |
tree | commitdiff |
2011-08-21 |
Vadim Zeitlin | Add wxWithImages helper mix-in with {Set,Get,Assign... |
tree | commitdiff |
2011-08-21 |
Václav Slavík | Rename wxDataViewCtrl::InvalidateColBestWidth* to Updat... |
tree | commitdiff |
2011-08-21 |
Václav Slavík | Fix autosize columns width calculation in generic wxDat... |
tree | commitdiff |
2011-08-19 |
Václav Slavík | Reorganize wxDataViewMainWindow::ItemAdded() for better... |
tree | commitdiff |
2011-08-19 |
Dimitri Schoolwerth | Use a default photometric interpretation value of PHOTO... |
tree | commitdiff |
2011-08-19 |
Dimitri Schoolwerth | Added option to TIFF handler for specifying the photome... |
tree | commitdiff |
2011-08-19 |
Dimitri Schoolwerth | Added support for saving greyscale TIFF images. |
tree | commitdiff |
2011-08-19 |
Dimitri Schoolwerth | Changed TIFF handler's monochrome conversion to look... |
tree | commitdiff |
2011-08-19 |
Dimitri Schoolwerth | Fixed crash when saving as a monochrome TIFF image... |
tree | commitdiff |
2011-08-19 |
Dimitri Schoolwerth | No code changes. |
tree | commitdiff |
2011-08-19 |
Dimitri Schoolwerth | Renamed the options specific to the TIFF handler. |
tree | commitdiff |
2011-08-19 |
Dimitri Schoolwerth | Improved saving of TIFF monochrome images. |
tree | commitdiff |
2011-08-18 |
Dimitri Schoolwerth | Fixed saving TIFF images to wxMemoryOutputStream. |
tree | commitdiff |
2011-08-17 |
Dimitri Schoolwerth | Improved BMP decoding. |
tree | commitdiff |
2011-08-17 |
Vadim Zeitlin | Restore stock item labels mistakenly removed by r68641. |
tree | commitdiff |
2011-08-17 |
Julian Smart | Better text control non-selection solution |
tree | commitdiff |
2011-08-16 |
Julian Smart | Implemented non-selection of content when setting focus... |
tree | commitdiff |
2011-08-16 |
Stefan Csomor | adapting to new ctrl constant handling on OSX |
tree | commitdiff |
2011-08-16 |
Stefan Csomor | adapting to new ctrl constant handling on OSX |
tree | commitdiff |
2011-08-16 |
Stefan Csomor | supporting full style mask |
tree | commitdiff |
2011-08-16 |
Vadim Zeitlin | wxMSW compilation fix when not using PCH. |
tree | commitdiff |
2011-08-16 |
Stefan Csomor | adjust init to standard |
tree | commitdiff |
2011-08-16 |
Stefan Csomor | support for raw ctrl shortcut |
tree | commitdiff |
2011-08-16 |
Stefan Csomor | emulate more arrow keys on non msw platforms |
tree | commitdiff |
2011-08-16 |
Stefan Csomor | adapt defines for ctrl/command key |
tree | commitdiff |
2011-08-16 |
Paul Cornett | Avoid creating rect with negative size while clipping... |
tree | commitdiff |
2011-08-14 |
Vadim Zeitlin | Fix return value of wxMBConvUTF8::ToWChar() when not... |
tree | commitdiff |
2011-08-14 |
Stefan Csomor | fixing comment |
tree | commitdiff |
2011-08-14 |
Stefan Csomor | fixing open application event handling, fixes #13397 |
tree | commitdiff |
2011-08-14 |
Stefan Csomor | adding two missing strings (used in docview) |
tree | commitdiff |
2011-08-14 |
Stefan Csomor | using proper cmd constant |
tree | commitdiff |
2011-08-13 |
Paul Cornett | simplify global cursor setting |
tree | commitdiff |
2011-08-13 |
Vadim Zeitlin | Fix bitmap position attribute name in XRC handler. |
tree | commitdiff |
2011-08-12 |
Vadim Zeitlin | No changes, just remove gratuitous inefficiency from... |
tree | commitdiff |
2011-08-12 |
Vadim Zeitlin | Fix compilation of generic wxDVC code when not using... |
tree | commitdiff |
2011-08-12 |
Paul Cornett | remove unneeded gdk_window_get_pointer() call |
tree | commitdiff |
2011-08-12 |
Paul Cornett | pass proper window to gdk_window_get_pointer(), NULL... |
tree | commitdiff |
2011-08-11 |
Vadim Zeitlin | Use separate strings for stock labels with and without... |
tree | commitdiff |
2011-08-11 |
Dimitri Schoolwerth | Fixed wxOSX build. |
tree | commitdiff |
2011-08-10 |
Václav Slavík | Fix selection handling wxDataViewMainWindow::ItemDeleted(). |
tree | commitdiff |
2011-08-10 |
Václav Slavík | Make the wxDataViewItem(void*) constructor explicit. |
tree | commitdiff |
2011-08-10 |
Julian Smart | Added the ability to deselect attributes in the font... |
tree | commitdiff |
next |