2011-04-10 |
Vadim Zeitlin | Correct Javanese language code. |
tree | commitdiff |
2011-04-06 |
Vadim Zeitlin | Correctly restore the old locale in wxXLocale functions. |
tree | commitdiff |
2011-04-06 |
Vadim Zeitlin | Fix incorrect use of setlocale() in wxLocale::IsAvailab... |
tree | commitdiff |
2011-04-05 |
Paul Cornett | build fix for gtk1 |
tree | commitdiff |
2011-04-04 |
Dimitri Schoolwerth | Compilation fixes for wxUSE_LOCALE and wxUSE_XLOCALE... |
tree | commitdiff |
2011-04-03 |
Dimitri Schoolwerth | No code changes, fixed various typos. |
tree | commitdiff |
2011-04-02 |
Vadim Zeitlin | No real changes, just some more minor cleanup in wxSVGF... |
tree | commitdiff |
2011-04-02 |
Vadim Zeitlin | Remove wxSVG_DEBUG from wxSVGFileDC. |
tree | commitdiff |
2011-04-02 |
Vadim Zeitlin | Clean up of string operations in wxSVGFileDC code. |
tree | commitdiff |
2011-04-02 |
Vadim Zeitlin | Add support for alpha channel in colours in wxSVGFileDC. |
tree | commitdiff |
2011-04-02 |
Vadim Zeitlin | No changes, just merge some strings in wxSVGFileDC. |
tree | commitdiff |
2011-03-31 |
Jaakko Salli | Added wxComboPopup::DestroyPopup(), which responsibilit... |
tree | commitdiff |
2011-03-31 |
Vadim Zeitlin | Compilation fix for wxUSE_STL==1 build after r67356. |
tree | commitdiff |
2011-03-31 |
Vadim Zeitlin | Implement wxGraphicsContext::GetSize() for Cairo. |
tree | commitdiff |
2011-03-31 |
Vadim Zeitlin | Fix alpha handling in CSS syntax in wxColour in non... |
tree | commitdiff |
2011-03-30 |
Vadim Zeitlin | Add wxUSE_STD_CONTAINERS and turn it on by default. |
tree | commitdiff |
2011-03-30 |
Vadim Zeitlin | Fix XTI compilation in STL build. |
tree | commitdiff |
2011-03-29 |
Stefan Csomor | fix clang warning (? having two different operand types) |
tree | commitdiff |
2011-03-28 |
Václav Slavík | wxDataViewChoiceRenderer's editor control should have... |
tree | commitdiff |
2011-03-28 |
Paul Cornett | avoid deprecated functions and direct struct access |
tree | commitdiff |
2011-03-27 |
Jaakko Salli | Instead of just deleting m_popupInterface, call Destroy... |
tree | commitdiff |
2011-03-23 |
Dimitri Schoolwerth | Fixed buffer overflow when saving certain images in... |
tree | commitdiff |
2011-03-22 |
Vadim Zeitlin | Post size events to the event handler and not window... |
tree | commitdiff |
2011-03-22 |
Dimitri Schoolwerth | Fixed various typos. |
tree | commitdiff |
2011-03-22 |
Jouk Jansen | Update OpenVMS makefiles for WXMARKUP |
tree | commitdiff |
2011-03-22 |
Jaakko Salli | In wxComboCtrlBase::DrawButton(), let the button backgr... |
tree | commitdiff |
2011-03-21 |
Vadim Zeitlin | Allow using milliseconds in wxLog timestamp. |
tree | commitdiff |
2011-03-20 |
Dimitri Schoolwerth | Made some TIFF reading adjustments. |
tree | commitdiff |
2011-03-20 |
Jaakko Salli | Added wxComboCtrlBase::m_hasTcBgCol. Re-using base... |
tree | commitdiff |
2011-03-20 |
Jaakko Salli | Redone (generic) wxComboCtrl background painting and... |
tree | commitdiff |
2011-03-20 |
Dimitri Schoolwerth | No changes, synchronised source names that appear comme... |
tree | commitdiff |
2011-03-20 |
Vadim Zeitlin | Split wxPanel in wxPanelBase and platform-specific... |
tree | commitdiff |
2011-03-16 |
Dimitri Schoolwerth | Added support for reading image resolutions from PNG... |
tree | commitdiff |
2011-03-16 |
Stefan Csomor | replace usage of objective-c keyword 'id' |
tree | commitdiff |
2011-03-16 |
Stefan Csomor | replace usage of objective-c keyword 'id' |
tree | commitdiff |
2011-03-16 |
Stefan Csomor | replace usage of objective-c keyword 'id' |
tree | commitdiff |
2011-03-15 |
Dimitri Schoolwerth | Changed behaviour of wxImageResizeQuality parameter... |
tree | commitdiff |
2011-03-15 |
Dimitri Schoolwerth | Changed wxImage.ResampleBox to always use a box size... |
tree | commitdiff |
2011-03-14 |
Vadim Zeitlin | No changes, just clean up wxSVGFileDC code a little. |
tree | commitdiff |
2011-03-14 |
Vadim Zeitlin | Produce correct SVG files in all locales. |
tree | commitdiff |
2011-03-14 |
Vadim Zeitlin | Print everything by default in non-interactive mode. |
tree | commitdiff |
2011-03-13 |
Vadim Zeitlin | Added precision parameter to wxString::From[C]Double(). |
tree | commitdiff |
2011-03-13 |
Vadim Zeitlin | No changes, just correct a wrong trailing comment in... |
tree | commitdiff |
2011-03-05 |
Stefan Csomor | support wxWindowDisabler on osx_cocoa |
tree | commitdiff |
2011-03-05 |
Vadim Zeitlin | Don't initialize wxGBSpan with invalid values in wxGBSi... |
tree | commitdiff |
2011-03-01 |
Dimitri Schoolwerth | Improved palette handling with saving PNG files. |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | Fix for PCH-less build in markup code. |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | Add wxDC::GetFontMetrics() and implement it for wxMSW. |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | Add wxUSE_MARKUP and wrap SetLabelMarkup() in it. |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | Draw the underline 1 pixel higher in wxDC::DrawLabel(). |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | Replace wxST_MARKUP style with wxControl::SetLabelMarkup(). |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | Add wxFont::SetSymbolicSize() and SetSymbolicSizeRelati... |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | Add wxFont::Underlined() and MakeUnderlined() methods. |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | Use wxMarkupParser in wxStaticText for dealing with... |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | Add wxMarkupParser::Strip(). |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | Add a class for parsing simple markup. |
tree | commitdiff |
2011-02-26 |
Stefan Csomor | fixing support for true children of wxStaticBox with... |
tree | commitdiff |
2011-02-22 |
Vadim Zeitlin | Don't duplicate INVALID_FILE_ATTRIBUTES definition. |
tree | commitdiff |
2011-02-19 |
Vadim Zeitlin | Correct signed/unsigned comparison in wxGridBagSizer... |
tree | commitdiff |
2011-02-18 |
Stefan Csomor | fixes #12935 |
tree | commitdiff |
2011-02-17 |
Julian Smart | Fixed bug #9856: wxSizer::Replace( size_t, wxSizerItem... |
tree | commitdiff |
2011-02-16 |
Paul Cornett | fix GCC warning |
tree | commitdiff |
2011-02-15 |
Vadim Zeitlin | Make the source file non-executable. |
tree | commitdiff |
2011-02-09 |
Václav Slavík | Don't eliminate text completely in Ellipsize(). |
tree | commitdiff |
2011-02-09 |
Václav Slavík | Calculate ellipsized width exactly. |
tree | commitdiff |
2011-02-09 |
Václav Slavík | Don't shorten text too much in wxControl::Ellipsize(). |
tree | commitdiff |
2011-02-09 |
Václav Slavík | Ellipsization can't shorten 1-character string. |
tree | commitdiff |
2011-02-09 |
Václav Slavík | Remove "safety margin" from wxControl::Ellipsize(). |
tree | commitdiff |
2011-02-08 |
Vadim Zeitlin | Fix wxWrapSizer minimal size calculation. |
tree | commitdiff |
2011-02-06 |
Vadim Zeitlin | Use better title by default in wxDocPrintout. |
tree | commitdiff |
2011-02-02 |
Dimitri Schoolwerth | Added support for reading comments from a GIF image. |
tree | commitdiff |
2011-01-31 |
Václav Slavík | Account for first removal char with wxELLIPSIZE_MIDDLE. |
tree | commitdiff |
2011-01-31 |
Václav Slavík | Remove chars one-by-one with wxELLIPSIZE_MIDDLE. |
tree | commitdiff |
2011-01-28 |
Jouk Jansen | Update OpenVMS makefile |
tree | commitdiff |
2011-01-28 |
Dimitri Schoolwerth | Allow writing a comment to each GIF frame. |
tree | commitdiff |
2011-01-28 |
Dimitri Schoolwerth | Added support for writing a long comment to a GIF image. |
tree | commitdiff |
2011-01-28 |
Dimitri Schoolwerth | Changed the procedure for writing a comment to a GIF... |
tree | commitdiff |
2011-01-25 |
Dimitri Schoolwerth | Fixed heap corruption when reading a corrupted RLE... |
tree | commitdiff |
2011-01-24 |
Paul Cornett | remove deprecated voidp, closes #12896 |
tree | commitdiff |
2011-01-24 |
Václav Slavík | Don't allow user to resize non-resizable columns to... |
tree | commitdiff |
2011-01-22 |
Julian Smart | Reverted for a quiet life |
tree | commitdiff |
2011-01-22 |
Julian Smart | Don't pointlessly forbid calling AddGrowableRow/Col... |
tree | commitdiff |
2011-01-22 |
Dimitri Schoolwerth | Use wxString's empty() when checking if the string... |
tree | commitdiff |
2011-01-20 |
Vadim Zeitlin | Further improve caching of locale-specific data in... |
tree | commitdiff |
2011-01-19 |
Vadim Zeitlin | Include more information in assert in wxNumberFormatter. |
tree | commitdiff |
2011-01-19 |
Dimitri Schoolwerth | Improved detection of alpha channels in TIFF images. |
tree | commitdiff |
2011-01-19 |
Dimitri Schoolwerth | Added GIF and animated GIF saving support. |
tree | commitdiff |
2011-01-19 |
Vadim Zeitlin | Add wxIntegerValidator and wxFloatingPointValidator... |
tree | commitdiff |
2011-01-19 |
Vadim Zeitlin | Update cached values in wxNumberFormatter when locale... |
tree | commitdiff |
2011-01-19 |
Vadim Zeitlin | Add support for long long to wxNumberFormatter. |
tree | commitdiff |
2011-01-19 |
Vadim Zeitlin | Add wxNumberFormatter class helping to deal with thousa... |
tree | commitdiff |
2011-01-19 |
Vadim Zeitlin | Avoid collapsing the hidden root in wxTreeCtrl::Collaps... |
tree | commitdiff |
2011-01-11 |
Jouk Jansen | update OpenVMS makefile |
tree | commitdiff |
2011-01-10 |
Vadim Zeitlin | Check index in wxItemContainer methods working with... |
tree | commitdiff |
2011-01-08 |
Paul Cornett | remove always-true test of unsigned >= 0 |
tree | commitdiff |
2011-01-08 |
Paul Cornett | remove unneeded #includes |
tree | commitdiff |
2011-01-08 |
Stefan Csomor | removing xti code which isn't necessary for unicode... |
tree | commitdiff |
2011-01-08 |
Paul Cornett | Move SendIdleEvents() from wxApp to wxWindow. |
tree | commitdiff |
2011-01-07 |
Stefan Csomor | gcc fixes |
tree | commitdiff |
2011-01-07 |
Stefan Csomor | bracketing xti-only methods |
tree | commitdiff |
next |