2011-07-07 |
Vadim Zeitlin | Add wxDCImpl::MSWApplyGDIPlusTransform() to formalize...
|
commit | commitdiff | tree |
2011-07-07 |
Vadim Zeitlin | Make wxGCDC::GetGraphicsContext() const.
|
commit | commitdiff | tree |
2011-07-04 |
Vadim Zeitlin | Improve the description of the available files in readme.
|
commit | commitdiff | tree |
2011-07-04 |
Vadim Zeitlin | Remove the note about wxUSE_STD_CONTAINERS.
|
commit | commitdiff | tree |
2011-07-04 |
Vadim Zeitlin | Fix crash when getting or setting wxComboBox value...
|
commit | commitdiff | tree |
2011-07-04 |
Vadim Zeitlin | Fix event types in wxMouseEvent::Aux1DClick() and Aux1DClick().
|
commit | commitdiff | tree |
2011-07-04 |
Vadim Zeitlin | Fix warnings about implicit double to int conversions...
|
commit | commitdiff | tree |
2011-07-04 |
Vadim Zeitlin | Fix harmless warning about double to long long conversion.
|
commit | commitdiff | tree |
2011-07-04 |
Vadim Zeitlin | Suppress some harmless warnings about unused parameters...
|
commit | commitdiff | tree |
2011-07-04 |
Vadim Zeitlin | Also accept VT_R4 (float) VARIANTs in wxMSW OLE code.
|
commit | commitdiff | tree |
2011-07-04 |
Vadim Zeitlin | Fix crash in wxDataViewProgressRenderer in non-Unicode...
|
commit | commitdiff | tree |
2011-07-04 |
Vadim Zeitlin | Add wxUSE_UNICODE guard around wxDF_UNICODETEXT in...
|
commit | commitdiff | tree |
2011-07-02 |
Vadim Zeitlin | No real changes, just remove trailing commas from enum.
|
commit | commitdiff | tree |
2011-07-02 |
Vadim Zeitlin | Add wxCOMPOSITION_INVALID mode and use it to simplify...
|
commit | commitdiff | tree |
2011-07-02 |
Vadim Zeitlin | Avoid g++ warnings about breaking strict aliasing rules...
|
commit | commitdiff | tree |
2011-06-30 |
Vadim Zeitlin | Mention the EOL issue in readme.txt.
|
commit | commitdiff | tree |
2011-06-30 |
Vadim Zeitlin | Initialize variable in UTF{16,32} conversion code to...
|
commit | commitdiff | tree |
2011-06-30 |
Vadim Zeitlin | Work around bogus g++ warnings about possibly missing...
|
commit | commitdiff | tree |
2011-06-30 |
Vadim Zeitlin | Fix harmless warning about unused variable in isosurf...
|
commit | commitdiff | tree |
2011-06-30 |
Vadim Zeitlin | Fix warning about hiding a virtual function in propgrid...
|
commit | commitdiff | tree |
2011-06-29 |
Vadim Zeitlin | Change the loop condition to avoid comparing unsigned...
|
commit | commitdiff | tree |
2011-06-29 |
Vadim Zeitlin | Always initialize SelectInHDC::m_hgdiobj in wxMSW.
|
commit | commitdiff | tree |
2011-06-29 |
Vadim Zeitlin | Fix two harmless gcc warnings about missing initializers.
|
commit | commitdiff | tree |
2011-06-29 |
Vadim Zeitlin | Mention that readme.txt needs to be updated before...
|
commit | commitdiff | tree |
2011-06-29 |
Vadim Zeitlin | Add a tiny script for producing HTML documentation...
|
commit | commitdiff | tree |
2011-06-29 |
Vadim Zeitlin | Fix typo in error message about incorrect syntax.
|
commit | commitdiff | tree |
2011-06-29 |
Vadim Zeitlin | Update the readme file for 2.9.2.
|
commit | commitdiff | tree |
2011-06-29 |
Vadim Zeitlin | Updated copyright year before 2.9.2 release.
|
commit | commitdiff | tree |
2011-06-29 |
Vadim Zeitlin | Replace stc.{h,cpp} with the generated versions with...
|
commit | commitdiff | tree |
2011-06-29 |
Vadim Zeitlin | Generate code using IsOk() instead of Ok() in stc.cpp.
|
commit | commitdiff | tree |
2011-06-27 |
Vadim Zeitlin | Add support for child documents to docview framework.
|
commit | commitdiff | tree |
2011-06-24 |
Vadim Zeitlin | Fix code reading from the pipe stream in exec sample.
|
commit | commitdiff | tree |
2011-06-23 |
Vadim Zeitlin | Update printing sample to compile again after r68026.
|
commit | commitdiff | tree |
2011-06-22 |
Vadim Zeitlin | Fix bug with out of range date in wxMSW wxDatePickerCtrl...
|
commit | commitdiff | tree |
2011-06-22 |
Vadim Zeitlin | Restore wxPreviewFrame::Initialize(void) and add InitializeW...
|
commit | commitdiff | tree |
2011-06-22 |
Vadim Zeitlin | Use strdup() even in strict ANSI mode with MinGW.
|
commit | commitdiff | tree |
2011-06-22 |
Vadim Zeitlin | Avoid crash on startup when using single mode in docview...
|
commit | commitdiff | tree |
2011-06-19 |
Vadim Zeitlin | Fix bug when setting an out of range date in wxMSW...
|
commit | commitdiff | tree |
2011-06-19 |
Vadim Zeitlin | Extract wxDateTime-related cppunit helpers in a separate...
|
commit | commitdiff | tree |
2011-06-19 |
Vadim Zeitlin | Document surprising behaviour of wxDatePickerCtrl:...
|
commit | commitdiff | tree |
2011-06-19 |
Vadim Zeitlin | Implement wxCalendarCtrl::SetDateRange() in the native...
|
commit | commitdiff | tree |
2011-06-19 |
Vadim Zeitlin | Suppress harmless gcc warnings about enum elements...
|
commit | commitdiff | tree |
2011-06-17 |
Vadim Zeitlin | Fix g++ warnings about initialized variables being...
|
commit | commitdiff | tree |
2011-06-17 |
Vadim Zeitlin | Use GdipStringFormatCachedGenericTypographic hack for...
|
commit | commitdiff | tree |
2011-06-17 |
Vadim Zeitlin | Don't use __declspec(dllexport) for MinGW gcc 4.5 and...
|
commit | commitdiff | tree |
2011-06-17 |
Vadim Zeitlin | Avoid problems with conflicting UINT16 definitions...
|
commit | commitdiff | tree |
2011-06-16 |
Vadim Zeitlin | Fix wxStringOutputStream in wxUSE_UNICODE_UTF8 build.
|
commit | commitdiff | tree |
2011-06-16 |
Vadim Zeitlin | Italian translations update from Roberto Boriotti.
|
commit | commitdiff | tree |
2011-06-16 |
Vadim Zeitlin | Disable wxFileSystemWatcher in configure if threads...
|
commit | commitdiff | tree |
2011-06-16 |
Vadim Zeitlin | Suppress various harmless warnings in MinGW build with...
|
commit | commitdiff | tree |
2011-06-16 |
Vadim Zeitlin | Make wxUIActionSimulator mouse move events marginally...
|
commit | commitdiff | tree |
2011-06-16 |
Vadim Zeitlin | Use symbolic WAIT_FAILED constant instead of raw -1.
|
commit | commitdiff | tree |
2011-06-16 |
Vadim Zeitlin | Round the values in wxDC coordinate calculations.
|
commit | commitdiff | tree |
2011-06-16 |
Vadim Zeitlin | Round font sizes in AdjustToSymbolicSize() instead...
|
commit | commitdiff | tree |
2011-06-15 |
Vadim Zeitlin | Generic wxHyperlinkCtrl appearance and behaviour improvements.
|
commit | commitdiff | tree |
2011-06-15 |
Vadim Zeitlin | Don't crash in wxOSX wxTextEntry if the window wasn...
|
commit | commitdiff | tree |
2011-06-15 |
Vadim Zeitlin | Fall back to the valid normal bitmap if no state-specific...
|
commit | commitdiff | tree |
2011-06-15 |
Vadim Zeitlin | Fix keyboard navigation in wxGrid with reordered columns.
|
commit | commitdiff | tree |
2011-06-15 |
Vadim Zeitlin | Rename some parameters in wxGrid code to make them...
|
commit | commitdiff | tree |
2011-06-15 |
Vadim Zeitlin | Fix crash when creating and quickly destroying a wxTLW...
|
commit | commitdiff | tree |
2011-06-14 |
Vadim Zeitlin | Refactor wxButton and wxToggleButton to derive from...
|
commit | commitdiff | tree |
2011-06-11 |
Vadim Zeitlin | Implement wxDataViewCtrl::SetRowHeight() for wxGTK.
|
commit | commitdiff | tree |
2011-06-07 |
Vadim Zeitlin | Add wxDataViewCtrl::SetRowHeight() and provide its...
|
commit | commitdiff | tree |
2011-06-07 |
Vadim Zeitlin | Update status bar fields widths from WM_SIZE handler.
|
commit | commitdiff | tree |
2011-06-07 |
Vadim Zeitlin | Handle colours with alpha channel correctly in wxSVGFileDC.
|
commit | commitdiff | tree |
2011-06-07 |
Vadim Zeitlin | Replace more DECLARE_CLASS occurrences with DECLARE_DYNAMIC_...
|
commit | commitdiff | tree |
2011-06-07 |
Vadim Zeitlin | Use DECLARE_DYNAMIC_CLASS instead of DECLARE_CLASS.
|
commit | commitdiff | tree |
2011-06-07 |
Vadim Zeitlin | Make wxDECLARE_CLASS synonym of wxDECLARE_ABSTRACT_CLASS.
|
commit | commitdiff | tree |
2011-06-07 |
Vadim Zeitlin | Vietnamese translation update from Trần Ngọc Quân.
|
commit | commitdiff | tree |
2011-06-01 |
Vadim Zeitlin | No changes, just avoid unused parameters warnings.
|
commit | commitdiff | tree |
2011-05-28 |
Vadim Zeitlin | Free calloc()'d pointer correctly in wxFSWatchEntryMSW.
|
commit | commitdiff | tree |
2011-05-27 |
Vadim Zeitlin | Use #ifdef, not #if, to check for __WXGTK26__ symbol.
|
commit | commitdiff | tree |
2011-05-24 |
Vadim Zeitlin | Correct the picker button best size computation.
|
commit | commitdiff | tree |
2011-05-23 |
Vadim Zeitlin | Correct type MSVCProjectBuilder in the build script.
|
commit | commitdiff | tree |
2011-05-23 |
Vadim Zeitlin | Don't use native MSW wxHyperlinkCtrl implementation...
|
commit | commitdiff | tree |
2011-05-23 |
Vadim Zeitlin | Rebake after the addition of more richtext headers.
|
commit | commitdiff | tree |
2011-05-23 |
Vadim Zeitlin | Add a trivial benchmark for wxDateTime::ParseDate().
|
commit | commitdiff | tree |
2011-05-22 |
Vadim Zeitlin | Italian translations update from Stefano <l.stickell...
|
commit | commitdiff | tree |
2011-05-20 |
Vadim Zeitlin | Avoid conversion from wxString to wxChar* and back...
|
commit | commitdiff | tree |
2011-05-19 |
Vadim Zeitlin | Make picker control at least as high as the associated...
|
commit | commitdiff | tree |
2011-05-17 |
Vadim Zeitlin | Allow passing wxLongLong values directly to wx pseudo...
|
commit | commitdiff | tree |
2011-05-17 |
Vadim Zeitlin | Don't construct invalid wxDateTime in GTK calendar...
|
commit | commitdiff | tree |
2011-05-17 |
Vadim Zeitlin | Fix client to screen translation in wxWindowMSW::PopupMenu().
|
commit | commitdiff | tree |
2011-05-16 |
Vadim Zeitlin | Ensure that we never return negative client size.
|
commit | commitdiff | tree |
2011-05-16 |
Vadim Zeitlin | No changes, just refactor the code in MSW wxGetOsDescription...
|
commit | commitdiff | tree |
2011-05-16 |
Vadim Zeitlin | Recognize Windows 7 and Server 2008 versions in wxGetOsDescr...
|
commit | commitdiff | tree |
2011-05-15 |
Vadim Zeitlin | Allow dragging floating AUI frames by the gripper.
|
commit | commitdiff | tree |
2011-05-14 |
Vadim Zeitlin | Fix small error in floating AUI frames client size...
|
commit | commitdiff | tree |
2011-05-14 |
Vadim Zeitlin | Fix restoring of wxAuiManager::m_has_maximized when...
|
commit | commitdiff | tree |
2011-05-14 |
Vadim Zeitlin | Correct the drawing of check tools with a drop down...
|
commit | commitdiff | tree |
2011-05-14 |
Vadim Zeitlin | Reset the checked state of the first radio item in...
|
commit | commitdiff | tree |
2011-05-14 |
Vadim Zeitlin | Check for NULL pane window in wxAuiManager.
|
commit | commitdiff | tree |
2011-05-14 |
Vadim Zeitlin | Improve checking for the landing point when docking...
|
commit | commitdiff | tree |
2011-05-14 |
Vadim Zeitlin | Draw wxAuiToolbar button text even if it has no bitmap.
|
commit | commitdiff | tree |
2011-05-14 |
Vadim Zeitlin | Take the AUI floating title bar height into account...
|
commit | commitdiff | tree |
2011-05-14 |
Vadim Zeitlin | Cancel dragging in wxAuiNotebook on capture loss.
|
commit | commitdiff | tree |
2011-05-13 |
Vadim Zeitlin | Don't use the standard containers by default.
|
commit | commitdiff | tree |
2011-05-13 |
Vadim Zeitlin | Fix the comparison function in the list control sample...
|
commit | commitdiff | tree |
2011-05-13 |
Vadim Zeitlin | Make wxListCtrl sort function take wxIntPtr, not long...
|
commit | commitdiff | tree |
2011-05-13 |
Vadim Zeitlin | Define wx[U]IntPtr as long, not [s]size_t, in 32 bit...
|
commit | commitdiff | tree |
next |