2011-01-01 |
Stefan Csomor | bracketing msw enhanced metafile usage |
tree | commitdiff |
2011-01-01 |
Stefan Csomor | fixing iterator comparison |
tree | commitdiff |
2010-12-31 |
Vadim Zeitlin | PCH-less compilation fix in recently added wxTangoArtPr... |
tree | commitdiff |
2010-12-31 |
Vadim Zeitlin | Add wxUSE_ARTPROVIDER_STD build option. |
tree | commitdiff |
2010-12-31 |
Vadim Zeitlin | Add wxArtProvider using Tango icons. |
tree | commitdiff |
2010-12-31 |
Vadim Zeitlin | Add go to first/last and plus/minus art provider icons. |
tree | commitdiff |
2010-12-29 |
Dimitri Schoolwerth | Tightened icon and cursor file detection heuristics. |
tree | commitdiff |
2010-12-28 |
Dimitri Schoolwerth | Added saving support to TGA image handler. |
tree | commitdiff |
2010-12-22 |
Vadim Zeitlin | Really fix recently broken accelerators handling in... |
tree | commitdiff |
2010-12-20 |
Jaakko Salli | Added wxComboPopup::FindItem() to help in deciding... |
tree | commitdiff |
2010-12-19 |
Vadim Zeitlin | Add the possibility to disable invisible wxDataViewCtrl... |
tree | commitdiff |
2010-12-17 |
Jaakko Salli | Add wxComboBox-compatible Popup() and Dismiss() functio... |
tree | commitdiff |
2010-12-17 |
Jaakko Salli | Make the wxComboCtrl's wxTextEntry interface more compl... |
tree | commitdiff |
2010-12-16 |
Jaakko Salli | Instead of having wxComboCtrl mimic wxTextEntry interfa... |
tree | commitdiff |
2010-12-15 |
Vadim Zeitlin | Don't pass strings not containing accelerators to Parse... |
tree | commitdiff |
2010-12-15 |
Jouk Jansen | Include compilation of tests for OpenVMS (part1) |
tree | commitdiff |
2010-12-14 |
Vadim Zeitlin | Make wxRefCounter non copyable. |
tree | commitdiff |
2010-12-11 |
Stefan Csomor | changing compositing mode for Clear, see #12756 |
tree | commitdiff |
2010-12-04 |
Stefan Csomor | fixing osx iphone build |
tree | commitdiff |
2010-12-03 |
Vadim Zeitlin | Set the window in focus event sent by wxComboCtrl corre... |
tree | commitdiff |
2010-12-03 |
Vadim Zeitlin | Optimize pixels rotation in wxImage::Rotate90(). |
tree | commitdiff |
2010-12-03 |
Vadim Zeitlin | Don't require leading TAB in wxAcceleratorEntry::FromSt... |
tree | commitdiff |
2010-12-03 |
Vadim Zeitlin | Don't try to extract accelerators from menu items which... |
tree | commitdiff |
2010-11-28 |
Vadim Zeitlin | Don't compare invalid iterators in wxCommandProcessor... |
tree | commitdiff |
2010-11-26 |
Vadim Zeitlin | Small bug fixes for GetLibraryVersionInfo() changes. |
tree | commitdiff |
2010-11-25 |
Vadim Zeitlin | Add wxVersionInfo and functions returning it for 3rd... |
tree | commitdiff |
2010-11-24 |
Vadim Zeitlin | Optimize wxImage::Rotate90() by rotating alpha separately. |
tree | commitdiff |
2010-11-24 |
Vadim Zeitlin | Add support for negatable command line switches. |
tree | commitdiff |
2010-11-24 |
Vadim Zeitlin | Rewind the input stream after failing to load image... |
tree | commitdiff |
2010-11-24 |
Vadim Zeitlin | Improve error messages from wxImage::LoadFile(). |
tree | commitdiff |
2010-11-23 |
Vadim Zeitlin | Simplify timezone-related code and fix some minor bugs... |
tree | commitdiff |
2010-11-22 |
Vadim Zeitlin | Initialize time zone information before using it in... |
tree | commitdiff |
2010-11-22 |
Vadim Zeitlin | Delete pending objects in wxApp::ProcessPendingEvents... |
tree | commitdiff |
2010-11-20 |
Vadim Zeitlin | Don't consider extra ".." an error in wxFileName::Norma... |
tree | commitdiff |
2010-11-18 |
Vadim Zeitlin | Check wxDateTime components validity more rigorously. |
tree | commitdiff |
2010-11-17 |
Vadim Zeitlin | No real changes, just minor cleanup of wxImage code. |
tree | commitdiff |
2010-11-17 |
Vadim Zeitlin | Don't pass a bool to wxImage::MakeEmptyClone() which... |
tree | commitdiff |
2010-11-16 |
Vadim Zeitlin | Correct checks for wxUSE_PRINTING_ARCHITECTURE and... |
tree | commitdiff |
2010-11-16 |
Vadim Zeitlin | No changes, just refactor common code in wxImage clonin... |
tree | commitdiff |
2010-11-16 |
Vadim Zeitlin | Fix crashes in wxDateTime::ParseDate() for some invalid... |
tree | commitdiff |
2010-11-14 |
Vadim Zeitlin | Add wxFile::{Get,Clear}LastError() functions. |
tree | commitdiff |
2010-11-14 |
Vadim Zeitlin | Handle image hot spot in wxImage::Rotate180(). |
tree | commitdiff |
2010-11-14 |
Vadim Zeitlin | Add wxImage::Rotate180() function. |
tree | commitdiff |
2010-11-14 |
Vadim Zeitlin | Handle hot spots in wxImage::Rotate90(). |
tree | commitdiff |
2010-11-13 |
Vadim Zeitlin | Don't assert if config file contains an invalid boolean... |
tree | commitdiff |
2010-11-11 |
Vadim Zeitlin | Initialize wxCSConv immediately instead of deferring it. |
tree | commitdiff |
2010-11-10 |
Vadim Zeitlin | Add #if checks fixing minimal wxGTK build. |
tree | commitdiff |
2010-11-10 |
Vadim Zeitlin | Don't exclude a bunch of wxDir methods when wxUSE_LONGL... |
tree | commitdiff |
2010-11-10 |
Vadim Zeitlin | Fix wxStandardDialogLayoutAdapter compilation with... |
tree | commitdiff |
2010-11-10 |
Vadim Zeitlin | Make wxBitmap::ConvertToDisabled() available in all... |
tree | commitdiff |
2010-11-09 |
Vadim Zeitlin | Fix timeval struct initialization in wxSelectDispatcher. |
tree | commitdiff |
2010-11-07 |
Vadim Zeitlin | Fix build with Borland C++ compiler. |
tree | commitdiff |
2010-11-05 |
Vadim Zeitlin | Ensure that strings returned by wxMBConv_cf are in... |
tree | commitdiff |
2010-11-04 |
Vadim Zeitlin | Pas long to _get_timezone() even for VC8. |
tree | commitdiff |
2010-11-03 |
Vadim Zeitlin | Handle wxLOCALE_DECIMAL_POINT in wxLOCALE_CAT_MONEY... |
tree | commitdiff |
2010-11-03 |
Vadim Zeitlin | Support wxLOCALE_THOUSANDS_SEP in wxMSW wxLocale::GetIn... |
tree | commitdiff |
2010-11-02 |
Vadim Zeitlin | Use _get_timezone() function instead of _timezone with... |
tree | commitdiff |
2010-11-02 |
Vadim Zeitlin | Changed wxImage::ConvertAlphaToMask() return type to... |
tree | commitdiff |
2010-11-02 |
Robin Dunn | Add some asserts to ensure cols and rows are >= 0 to... |
tree | commitdiff |
2010-11-01 |
Jouk Jansen | Create work-around for wxGetEnvMap on OpenVMS (correction) |
tree | commitdiff |
2010-11-01 |
Jouk Jansen | Create work-around for wxGetEnvMap on OpenVMS |
tree | commitdiff |
2010-10-31 |
Vadim Zeitlin | Make wxMBConv_iconv MT-safe by not using wxString in it. |
tree | commitdiff |
2010-10-31 |
Vadim Zeitlin | Avoid events when implicitly selecting first wxBookCtrl... |
tree | commitdiff |
2010-10-30 |
Vadim Zeitlin | wxUniv/MSW compilation fix in wxWindowBase::GetDlgUnitB... |
tree | commitdiff |
2010-10-30 |
Vadim Zeitlin | Restore the old logger in wxLogChain dtor instead of... |
tree | commitdiff |
2010-10-30 |
Václav Slavík | Add wxDataViewRendererBase::PrepareForItem() helper. |
tree | commitdiff |
2010-10-30 |
Václav Slavík | Account for text attrs in generic wxDataViewCtrl's... |
tree | commitdiff |
2010-10-28 |
Vadim Zeitlin | Use floating point arithmetic in wxDC::GradientFillConc... |
tree | commitdiff |
2010-10-28 |
Vadim Zeitlin | Fix generic implementation of wxDC::GradientFillConcent... |
tree | commitdiff |
2010-10-27 |
Vadim Zeitlin | Don't send SELECTED events for an already selected... |
tree | commitdiff |
2010-10-27 |
Vadim Zeitlin | Refactor: use wxBookCtrlBase::m_selection in all derive... |
tree | commitdiff |
2010-10-25 |
Vadim Zeitlin | Compilation fix: don't use "environ" under OS X. |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Add wxDocManager::FindTemplate() method. |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Do nothing in wxMemoryDC::SelectObject() if the bitmap... |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Add support for specifying child process cwd and env... |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Don't reserve space for hidden controller in wxBookCtrl. |
tree | commitdiff |
2010-10-22 |
Vadim Zeitlin | Fixes for calling Enable() on children of a disabled... |
tree | commitdiff |
2010-10-22 |
Vadim Zeitlin | Use single BeforeLast() call in wxConfigPathChanger... |
tree | commitdiff |
2010-10-22 |
Vadim Zeitlin | Added "rest" argument to wxString::Before{First,Last}(). |
tree | commitdiff |
2010-10-22 |
Vadim Zeitlin | No real changes, just use const_cast<> instead of C... |
tree | commitdiff |
2010-10-20 |
Vadim Zeitlin | Correct the fix that broke wxRegion::ConvertToBitmap(). |
tree | commitdiff |
2010-10-18 |
Vadim Zeitlin | Correct recently broken checked state handling in wxRea... |
tree | commitdiff |
2010-10-17 |
Vadim Zeitlin | Return valid buffer from wxMBConv::c{MB,WC}2{WC,MB... |
tree | commitdiff |
2010-10-15 |
Vadim Zeitlin | Add wx{Pen,Brush}::Is[Non]Transparent() methods and... |
tree | commitdiff |
2010-10-15 |
Vadim Zeitlin | Use wxDCPenChanger instead of setting/resetting pen... |
tree | commitdiff |
2010-10-15 |
Vadim Zeitlin | Fix button order in wxGTK wxMessageDialog and wxStdDial... |
tree | commitdiff |
2010-10-13 |
Vadim Zeitlin | Fix print format specifiers used for enum values. |
tree | commitdiff |
2010-10-13 |
Vadim Zeitlin | Don't return "false" when a pointer is needed. |
tree | commitdiff |
2010-10-07 |
Vadim Zeitlin | Don't use default "Error" title for wxMessageOutputBest... |
tree | commitdiff |
2010-10-04 |
Julian Smart | wxRTC no longer derives from wxTextCtrlBase; added... |
tree | commitdiff |
2010-10-03 |
Vadim Zeitlin | Correct wxConvAuto::ToWChar() behaviour with wxNO_LEN... |
tree | commitdiff |
2010-10-03 |
Vadim Zeitlin | Suppress harmless g++ 4.4 warnings about missing braces. |
tree | commitdiff |
2010-09-30 |
Vadim Zeitlin | Correctly convert wxPrintf() to a buffer even when... |
tree | commitdiff |
2010-09-30 |
Vadim Zeitlin | Remove out of date code in DoStringPrintfV(). |
tree | commitdiff |
2010-09-30 |
Vadim Zeitlin | No changes whatsoever, just remove trailing whitespace. |
tree | commitdiff |
2010-09-29 |
Vadim Zeitlin | Return wxFONTFAMILY_DEFAULT, not UNKNOWN, from wxFont... |
tree | commitdiff |
2010-09-27 |
Vadim Zeitlin | Replace some stray _T()s with wxT(). |
tree | commitdiff |
2010-09-27 |
Vadim Zeitlin | Close a modal dialog even when it doesn't have any... |
tree | commitdiff |
2010-09-26 |
Vadim Zeitlin | Make wxDateTime::Tm::yday public and document it. |
tree | commitdiff |
2010-09-26 |
Vadim Zeitlin | Initialize wxDateTime::Tm::yday in the ctor. |
tree | commitdiff |
next |