2011-07-16 |
Václav Slavík | Fix wxXmlResourceHandler::GetImageList() to use specifi... |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Václav Slavík | Add check to prevent creation of element wxXmlNodes... |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Stefan Csomor | proper guard for bitmap constructors |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Stefan Csomor | fixing typo |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Vadim Zeitlin | Implement wxRegion::Equal() for wxOSX. |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Vadim Zeitlin | Ensure we don't modify a shared object in wxOSX wxRegio... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Vadim Zeitlin | No real changes, just use AllocExclusive() in wxOSX... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Václav Slavík | Better sizing in wxDataViewSpinRenderer and wxDataViewC... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Vadim Zeitlin | Use native hint wxTextCtrl support in wxSearchCtrl. |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Vadim Zeitlin | Centre wxSlider value correctly when wxSL_MIN_MAX_LABEL... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Vadim Zeitlin | Document wxEnhMetaFileDC-related wxGraphics functions. |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Vadim Zeitlin | Fix showing slider label in wxMSW when wxSL_MIN_MAX_LAB... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Vadim Zeitlin | No real changes, just make some wxSlider members local... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Vadim Zeitlin | Fix and improve documentation of wxT_2() macro. |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Vadim Zeitlin | Don't handle "Return" key as "TAB" even when the defaul... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Vadim Zeitlin | Copy recently added wxGenericValidator fields in Copy(). |
commit | commitdiff | tree | snapshot |
2011-07-10 |
Stefan Csomor | support multi-line labels, add different native styles... |
commit | commitdiff | tree | snapshot |
2011-07-10 |
Vadim Zeitlin | Use the correct event handler in wxMenuBase::UpdateUI(). |
commit | commitdiff | tree | snapshot |
2011-07-09 |
Vadim Zeitlin | Support float, double and file name values in wxGeneric... |
commit | commitdiff | tree | snapshot |
2011-07-09 |
Vadim Zeitlin | No changes, just use NULL instead of 0 for pointers. |
commit | commitdiff | tree | snapshot |
2011-07-09 |
Vadim Zeitlin | Generate events for two auxiliary mouse buttons in... |
commit | commitdiff | tree | snapshot |
2011-07-09 |
Vadim Zeitlin | Mention that wxNotebook page must be removed before... |
commit | commitdiff | tree | snapshot |
2011-07-09 |
Vadim Zeitlin | Check for GTK window parent, not wx one, when reparenting. |
commit | commitdiff | tree | snapshot |
2011-07-09 |
Vadim Zeitlin | Refresh the generic wxDataViewCtrl header if it was... |
commit | commitdiff | tree | snapshot |
2011-07-09 |
Vadim Zeitlin | Show extra mouse buttons and wheel state in the text... |
commit | commitdiff | tree | snapshot |
2011-07-09 |
Vadim Zeitlin | Don't duplicate wxImage::ConvertToDisabled() in wxAUI... |
commit | commitdiff | tree | snapshot |
2011-07-09 |
Vadim Zeitlin | Output something from the console sample even if it... |
commit | commitdiff | tree | snapshot |
2011-07-09 |
Vadim Zeitlin | Immediately update MSW cursor when ::SetCursor(wxNullCu... |
commit | commitdiff | tree | snapshot |
2011-07-09 |
Vadim Zeitlin | Fix wxMSW wxSlider best size calculation and label... |
commit | commitdiff | tree | snapshot |
2011-07-09 |
Vadim Zeitlin | Make coordinates transformations in wxDC really maximal... |
commit | commitdiff | tree | snapshot |
2011-07-09 |
John Chain | Added Robin Dunn's explanation on the relationship... |
commit | commitdiff | tree | snapshot |
2011-07-09 |
Stefan Csomor | avoid scrolling to cleared-non existing- data, reload... |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Vadim Zeitlin | Add wxDCImpl::MSWApplyGDIPlusTransform() to formalize... |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Vadim Zeitlin | Make wxGCDC::GetGraphicsContext() const. |
commit | commitdiff | tree | snapshot |
2011-07-06 |
Stefan Csomor | allow NULL parent menu |
commit | commitdiff | tree | snapshot |
2011-07-05 |
Chris Elliott | for 2.9.2 |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Vadim Zeitlin | Improve the description of the available files in readme. |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Vadim Zeitlin | Remove the note about wxUSE_STD_CONTAINERS. |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Vadim Zeitlin | Fix crash when getting or setting wxComboBox value... |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Vadim Zeitlin | Fix event types in wxMouseEvent::Aux1DClick() and Aux1D... |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Vadim Zeitlin | Fix warnings about implicit double to int conversions... |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Vadim Zeitlin | Fix harmless warning about double to long long conversion. |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Vadim Zeitlin | Suppress some harmless warnings about unused parameters... |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Vadim Zeitlin | Also accept VT_R4 (float) VARIANTs in wxMSW OLE code. |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Vadim Zeitlin | Fix crash in wxDataViewProgressRenderer in non-Unicode... |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Vadim Zeitlin | Add wxUSE_UNICODE guard around wxDF_UNICODETEXT in... |
commit | commitdiff | tree | snapshot |
2011-07-02 |
Vadim Zeitlin | No real changes, just remove trailing commas from enum. |
commit | commitdiff | tree | snapshot |
2011-07-02 |
Vadim Zeitlin | Add wxCOMPOSITION_INVALID mode and use it to simplify... |
commit | commitdiff | tree | snapshot |
2011-07-02 |
Vadim Zeitlin | Avoid g++ warnings about breaking strict aliasing rules... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Paul Cornett | Don't cause scroll events for position changes from... |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Vadim Zeitlin | Mention the EOL issue in readme.txt. |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Chris Elliott | update docs for windows checkout process 2/2 |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Chris Elliott | update docs for windows checkout process 1/2 |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Vadim Zeitlin | Initialize variable in UTF{16,32} conversion code to... |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Vadim Zeitlin | Work around bogus g++ warnings about possibly missing... |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Vadim Zeitlin | Fix harmless warning about unused variable in isosurf... |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Vadim Zeitlin | Fix warning about hiding a virtual function in propgrid... |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Vadim Zeitlin | Change the loop condition to avoid comparing unsigned... |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Vadim Zeitlin | Always initialize SelectInHDC::m_hgdiobj in wxMSW. |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Vadim Zeitlin | Fix two harmless gcc warnings about missing initializers. |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Vadim Zeitlin | Mention that readme.txt needs to be updated before... |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Vadim Zeitlin | Add a tiny script for producing HTML documentation... |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Vadim Zeitlin | Fix typo in error message about incorrect syntax. |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Vadim Zeitlin | Update the readme file for 2.9.2. |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Chris Elliott | fix misisng html format files |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Vadim Zeitlin | Updated copyright year before 2.9.2 release. |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Chris Elliott | 2.9.2-rc1 in file |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Vadim Zeitlin | Replace stc.{h,cpp} with the generated versions with... |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Vadim Zeitlin | Generate code using IsOk() instead of Ok() in stc.cpp. |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Václav Slavík | Move wxThreadEvent into wxBase. |
commit | commitdiff | tree | snapshot |
2011-06-27 |
Vadim Zeitlin | Add support for child documents to docview framework. |
commit | commitdiff | tree | snapshot |
2011-06-25 |
Stefan Csomor | bringing target naming in line with other projects |
commit | commitdiff | tree | snapshot |
2011-06-25 |
Robin Dunn | Paper size fix for wxOSX-cocoa |
commit | commitdiff | tree | snapshot |
2011-06-24 |
Vadim Zeitlin | Fix code reading from the pipe stream in exec sample. |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Stefan Csomor | adaption to new configurations |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Vadim Zeitlin | Update printing sample to compile again after r68026. |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Vadim Zeitlin | Fix bug with out of range date in wxMSW wxDatePickerCtr... |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Vadim Zeitlin | Restore wxPreviewFrame::Initialize(void) and add Initia... |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Vadim Zeitlin | Use strdup() even in strict ANSI mode with MinGW. |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Vadim Zeitlin | Avoid crash on startup when using single mode in docvie... |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Stefan Csomor | carbon prebuilt |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Stefan Csomor | new settings |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Stefan Csomor | wxcocoa prebuilt |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Stefan Csomor | new settings |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Stefan Csomor | new settings |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Stefan Csomor | new settings, removing incorrect setup |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Stefan Csomor | new settings for iphone |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Stefan Csomor | new settings for iphone |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Stefan Csomor | adding new xcconfigs |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Julian Smart | Fixed shift-click selection |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Stefan Csomor | set default deployment and compiler flags |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Stefan Csomor | set default deployment and compiler flags |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Stefan Csomor | use same flags as command line build |
commit | commitdiff | tree | snapshot |
2011-06-19 |
Vadim Zeitlin | Fix bug when setting an out of range date in wxMSW... |
commit | commitdiff | tree | snapshot |
2011-06-19 |
Vadim Zeitlin | Extract wxDateTime-related cppunit helpers in a separat... |
commit | commitdiff | tree | snapshot |
2011-06-19 |
Vadim Zeitlin | Document surprising behaviour of wxDatePickerCtrl:... |
commit | commitdiff | tree | snapshot |
2011-06-19 |
Vadim Zeitlin | Implement wxCalendarCtrl::SetDateRange() in the native... |
commit | commitdiff | tree | snapshot |
2011-06-19 |
Vadim Zeitlin | Suppress harmless gcc warnings about enum elements... |
commit | commitdiff | tree | snapshot |
2011-06-19 |
Paul Cornett | fix GTKGetLabel() and DoApplyWidgetStyle(): children... |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Stefan Csomor | adding universal as devices |
commit | commitdiff | tree | snapshot |
next |