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 |
2011-08-09 |
Dimitri Schoolwerth | Added NSApplicationDelegate's openFiles for wxOSX-Cocoa. |
tree | commitdiff |
2011-08-09 |
Vadim Zeitlin | Don't reset wxTLW::m_iconized when hiding the window... |
tree | commitdiff |
2011-08-09 |
Václav Slavík | Don't use iterators with wxDataViewSelection. |
tree | commitdiff |
2011-08-08 |
Vadim Zeitlin | Don't manually centre dialogs created with default... |
tree | commitdiff |
2011-08-08 |
Václav Slavík | Check for invalid items in generic wxDataViewCtrl:... |
tree | commitdiff |
2011-08-08 |
Václav Slavík | Remove selection methods taking int from generic wxData... |
tree | commitdiff |
2011-08-08 |
Vadim Zeitlin | Added wxTopLevelWindow::MSWGetSystemMenu() method. |
tree | commitdiff |
2011-08-08 |
Vadim Zeitlin | Added private wxMenu::MSWNewFromHMENU() method. |
tree | commitdiff |
2011-08-07 |
Vadim Zeitlin | Use 0 instead of NULL to avoid g++ warning. |
tree | commitdiff |
2011-08-07 |
Václav Slavík | Use ChangeCurrentRow() in wxDataViewMainWindow::ItemDel... |
tree | commitdiff |
2011-08-07 |
Václav Slavík | Clean up wxDataViewMainWindow::ItemDeleted() a bit. |
tree | commitdiff |
2011-08-07 |
Václav Slavík | wxDataViewSelection private type doesn't need to be... |
tree | commitdiff |
2011-08-07 |
Václav Slavík | Remove unused ItemList type from datavgen.cpp. |
tree | commitdiff |
2011-08-05 |
Vadim Zeitlin | Implement wxFileType::GetOpenCommand() in wxOSX. |
tree | commitdiff |
2011-08-04 |
Vadim Zeitlin | Add support for wxHELP button to wxMessageDialog. |
tree | commitdiff |
2011-08-04 |
Vadim Zeitlin | Add missing header for minimalistic builds not using... |
tree | commitdiff |
2011-08-04 |
Vadim Zeitlin | Compilation fixes for wxUSE_GEOMETRY==0 build. |
tree | commitdiff |
2011-08-04 |
Vadim Zeitlin | Use wxWindowMSW instead of wxWindow to fix wxUniv/MSW... |
tree | commitdiff |
2011-08-04 |
Julian Smart | Added Page Break control to spacing page |
tree | commitdiff |
2011-08-03 |
Julian Smart | Return sensible major and minor version numbers for... |
tree | commitdiff |
2011-08-03 |
Julian Smart | Outline and line spacing can now be reset via the UI... |
tree | commitdiff |
2011-08-03 |
Vadim Zeitlin | Fix bug with TAB being able to switch focus between... |
tree | commitdiff |
2011-08-03 |
Vadim Zeitlin | No real changes, just rename a variable. |
tree | commitdiff |
2011-08-02 |
Robin Dunn | If -1 is passed to InsertItem for the imageIndex then... |
tree | commitdiff |
2011-08-02 |
Robin Dunn | Initialize the native printer info for ConvertFromNativ... |
tree | commitdiff |
2011-08-02 |
Vadim Zeitlin | Don't un-maximize the window when Iconize(false) is... |
tree | commitdiff |
2011-08-02 |
Vadim Zeitlin | Fix wxSocket::WaitForAccept() in blocking mode. |
tree | commitdiff |
2011-07-31 |
Vadim Zeitlin | Correct typo in wxArray::insert() fix of r68468. |
tree | commitdiff |
2011-07-30 |
Vadim Zeitlin | Fix crash in wxArray::insert() overload taking iterator... |
tree | commitdiff |
2011-07-30 |
Vadim Zeitlin | Generate events with WXK_NONE Unicode keys for non... |
tree | commitdiff |
2011-07-30 |
Vadim Zeitlin | Avoid bogus focus loss event when wxTextCtrl is modifie... |
tree | commitdiff |
2011-07-30 |
Vadim Zeitlin | Fix off by one error in wxTextCtrl::GetLineLength(... |
tree | commitdiff |
2011-07-30 |
Vadim Zeitlin | Fix stock accelerators handling in wxOSX. |
tree | commitdiff |
2011-07-30 |
Vadim Zeitlin | Get rid of ugly wxCONTROL_ITEMCONTAINER_CLIENTDATAOBJEC... |
tree | commitdiff |
2011-07-29 |
Vadim Zeitlin | Add wxTextCtrl::PositionToCoords() functions for wxMSW... |
tree | commitdiff |
2011-07-25 |
Dimitri Schoolwerth | Fixed wxOSX-Cocoa compilation. |
tree | commitdiff |
2011-07-24 |
Vadim Zeitlin | No changes, just remove unnecessary wxPickerBase::OnSize(). |
tree | commitdiff |
2011-07-24 |
Vadim Zeitlin | Exclude windows not accepting keyboard focus from GTK... |
tree | commitdiff |
2011-07-24 |
Vadim Zeitlin | Replace wxControlContainer-related macros with wxNaviga... |
tree | commitdiff |
2011-07-24 |
Vadim Zeitlin | Don't give focus to wxSearchButton when using keyboard... |
tree | commitdiff |
2011-07-24 |
Vadim Zeitlin | Ignore WM_CLOSE generated by wxMSW edit control when... |
tree | commitdiff |
2011-07-23 |
Vadim Zeitlin | Don't try to pop from an empty stack in wxGDIPlusContex... |
tree | commitdiff |
2011-07-23 |
Vadim Zeitlin | Don't create an unnecessary extra button in wxMSW wxPro... |
tree | commitdiff |
2011-07-22 |
Vadim Zeitlin | Set wxDidCreatePaintDC to true even if we reused a... |
tree | commitdiff |
2011-07-22 |
Vadim Zeitlin | Added customizable wxDocManager::OnMRUFileNotExist... |
tree | commitdiff |
2011-07-22 |
Julian Smart | Fixed Replace() to use the passed range instead of... |
tree | commitdiff |
2011-07-22 |
Vadim Zeitlin | Don't pass spin text control messages processed at... |
tree | commitdiff |
2011-07-22 |
Vadim Zeitlin | Refactor wxWindow::MSWHandleMessage() out from MSWWindo... |
tree | commitdiff |
2011-07-21 |
Vadim Zeitlin | Fix double deletion bug in wxGTK wxDVC dnd code. |
tree | commitdiff |
2011-07-21 |
Vadim Zeitlin | Fix the alignment used by custom wxDVC renderers in... |
tree | commitdiff |
next |