2012-01-23 |
Vadim Zeitlin | Add wxFont ctor taking a single flags argument instead... |
tree | commitdiff |
2012-01-23 |
Vadim Zeitlin | Fix wxAffineMatrix2D::Translate() to multiply on the... |
tree | commitdiff |
2012-01-20 |
Vadim Zeitlin | Fix time zone in wxDateTime::UNow(). |
tree | commitdiff |
2012-01-20 |
Dimitri Schoolwerth | Removed ellipsis from "About..." occurrences. |
tree | commitdiff |
2012-01-20 |
Vadim Zeitlin | Add SetPostBuffer(wxMemoryBuffer) and SetPostText(... |
tree | commitdiff |
2012-01-18 |
Vadim Zeitlin | Avoid needless second string conversion when adding... |
tree | commitdiff |
2012-01-17 |
Václav Slavík | Replace wxDataViewCtrl::StartEditor() with EditItem(). |
tree | commitdiff |
2012-01-15 |
Vadim Zeitlin | Remove wxMGL port. |
tree | commitdiff |
2012-01-15 |
Vadim Zeitlin | Remove Palm OS port. |
tree | commitdiff |
2012-01-14 |
Václav Slavík | Make column width calculations in wxDataViewCtrl and... |
tree | commitdiff |
2012-01-13 |
Vadim Zeitlin | Call tzset() for all compilers before using time zone... |
tree | commitdiff |
2012-01-10 |
Vadim Zeitlin | Use wxAbort() instead of abort() to fix Windows CE... |
tree | commitdiff |
2012-01-10 |
Vadim Zeitlin | Added wxAbort() which can also be used under Windows CE. |
tree | commitdiff |
2012-01-09 |
Vadim Zeitlin | Use wxT() instead of _T() in XTI code. |
tree | commitdiff |
2012-01-09 |
Dimitri Schoolwerth | no code changes, fixed some typos |
tree | commitdiff |
2012-01-07 |
Vadim Zeitlin | Add support for wxLIST_AUTOSIZE_USEHEADER to InsertColu... |
tree | commitdiff |
2012-01-07 |
Vadim Zeitlin | Add convenient wxListCtrl::AppendColumn() wrapper. |
tree | commitdiff |
2012-01-07 |
Vadim Zeitlin | Implement best size calculation for report mode wxListCtrl. |
tree | commitdiff |
2012-01-05 |
Vadim Zeitlin | Implement support for "%z" in wxDateTime::Format()... |
tree | commitdiff |
2011-12-29 |
Vadim Zeitlin | Allow using '(' and ')' in wxFileConfig entry names... |
tree | commitdiff |
2011-12-29 |
Vadim Zeitlin | Don't send idle events to the windows about to be destr... |
tree | commitdiff |
2011-12-28 |
Vadim Zeitlin | Add standard art providers at the bottom of the art... |
tree | commitdiff |
2011-12-28 |
Vadim Zeitlin | Use best controller size in wxBookCtrl best size calcul... |
tree | commitdiff |
2011-12-28 |
Vadim Zeitlin | Use memmove() instead of memcpy() in wxString::AssignCo... |
tree | commitdiff |
2011-12-27 |
Vadim Zeitlin | Don't use deprecated wxArtProvider::Insert(). |
tree | commitdiff |
2011-12-22 |
Vadim Zeitlin | Fix wxLogFormatter compilation under MSW. |
tree | commitdiff |
2011-12-22 |
Vadim Zeitlin | Add wxLogFormatter to allow easier wxLog output customi... |
tree | commitdiff |
2011-12-19 |
Vadim Zeitlin | Add possibility to set item background in generic wxDat... |
tree | commitdiff |
2011-12-17 |
Dimitri Schoolwerth | Fixed unreferenced parameter warning. |
tree | commitdiff |
2011-12-15 |
Vadim Zeitlin | Compilation fix for wxStopWatch with wxUSE_THREADS==0. |
tree | commitdiff |
2011-12-14 |
Václav Slavík | Remove unnecessary m_editorCtrl assignment. |
tree | commitdiff |
2011-12-14 |
Václav Slavík | Close wxDataViewCtrl inline editor when destroying... |
tree | commitdiff |
2011-12-12 |
Vadim Zeitlin | Remove the item before notifying about it in wxDataView... |
tree | commitdiff |
2011-12-12 |
Vadim Zeitlin | Always give error message when file-related functions... |
tree | commitdiff |
2011-12-11 |
Paul Cornett | don't include files which may not exist in source relea... |
tree | commitdiff |
2011-12-09 |
Stefan Csomor | avoid accepting an invalid color, ignore it, as other... |
tree | commitdiff |
2011-12-09 |
Vadim Zeitlin | Restore mouse capturing/releasing in wxPopupTransientWi... |
tree | commitdiff |
2011-12-08 |
Vadim Zeitlin | Use '1'..'9' to simulate digits instead of WXK_NUMPADn. |
tree | commitdiff |
2011-12-07 |
Jouk Jansen | Update Make-files for OpenVMS |
tree | commitdiff |
2011-12-04 |
Vadim Zeitlin | Do not declare "environ" variable ourselves under MSW. |
tree | commitdiff |
2011-12-03 |
Vadim Zeitlin | Fix bug with wxStopWatch::Start() not resuming paused... |
tree | commitdiff |
2011-12-02 |
Vadim Zeitlin | Update all controls using in-place editors to handle... |
tree | commitdiff |
2011-12-02 |
Vadim Zeitlin | Fix reentrancy in wxDataViewRendererBase::FinishEditing(). |
tree | commitdiff |
2011-12-02 |
Vadim Zeitlin | No changes, just move wxTreeCtrlBase ctor to the source... |
tree | commitdiff |
2011-12-02 |
Vadim Zeitlin | Make wxEVT_CHAR_HOOK propagate upwards and send it... |
tree | commitdiff |
2011-12-02 |
Vadim Zeitlin | Added wxKeyEvent ctor for creating event of the differe... |
tree | commitdiff |
2011-12-02 |
Vadim Zeitlin | Refactor wxKeyEvent copying code. |
tree | commitdiff |
2011-12-02 |
Vadim Zeitlin | No changes, just remove unnecessary #pragma warning. |
tree | commitdiff |
2011-11-28 |
Vadim Zeitlin | Correct HasFocus() to work with subwindows of a composi... |
tree | commitdiff |
2011-11-28 |
Stefan Csomor | supporting rawctrl strings, fixes #13496, rawctrl is... |
tree | commitdiff |
2011-11-27 |
Vadim Zeitlin | No changes, just moved wxLocaltime_r() and wxGmtime_r... |
tree | commitdiff |
2011-11-27 |
Vadim Zeitlin | Use wxGetUTCTimeUSec() in wxStopWatch under Unix for... |
tree | commitdiff |
2011-11-27 |
Vadim Zeitlin | Use wxGetUTCTimeMillis() instead of wxGetLocalTimeMilli... |
tree | commitdiff |
2011-11-27 |
Vadim Zeitlin | No changes, just move time functions from wx/stopwatch... |
tree | commitdiff |
2011-11-27 |
Vadim Zeitlin | Added wxGetUTCTimeMillis() and wxGetUTCTimeUSec(). |
tree | commitdiff |
2011-11-27 |
Vadim Zeitlin | Extracted private GetTimeZone() to public wxGetTimeZone... |
tree | commitdiff |
2011-11-27 |
Vadim Zeitlin | Added wxStopWatch::TimeInMicro() for better precision... |
tree | commitdiff |
2011-11-27 |
Vadim Zeitlin | Use ::QueryPerformanceCounter() for wxStopWatch impleme... |
tree | commitdiff |
2011-11-22 |
Vadim Zeitlin | Add wxEventFilter and related functionality. |
tree | commitdiff |
2011-11-18 |
Vadim Zeitlin | Fix HasFocus() for composite controls. |
tree | commitdiff |
2011-11-15 |
Vadim Zeitlin | Add support for digits and +/- sign to wxUIActionSimula... |
tree | commitdiff |
2011-11-14 |
Vadim Zeitlin | Added wxIMAGE_OPTION_ORIGINAL_{WIDTH,HEIGHT} wxImage... |
tree | commitdiff |
2011-11-13 |
Vadim Zeitlin | Added stock accelerator for wxID_PRINT. |
tree | commitdiff |
2011-11-10 |
Jouk Jansen | Add compile support for widgets sample on OpenVMS |
tree | commitdiff |
2011-11-07 |
Jouk Jansen | Updates to compile WX on OpenVMS |
tree | commitdiff |
2011-11-06 |
Vadim Zeitlin | Use current time, not the Epoch for time zone determina... |
tree | commitdiff |
2011-11-05 |
Vadim Zeitlin | Allow reusing the same wxWindowID more than 254 times. |
tree | commitdiff |
2011-11-05 |
Vadim Zeitlin | Translate the log message in wxLog destructor. |
tree | commitdiff |
2011-11-05 |
Vadim Zeitlin | Fix format string in wxLog::LogLastRepeatIfNeeded(). |
tree | commitdiff |
2011-11-05 |
Vadim Zeitlin | Don't read beyond the end of input buffer when decoding... |
tree | commitdiff |
2011-11-05 |
Vadim Zeitlin | Add wxConvAuto::GetBOMChars() helper. |
tree | commitdiff |
2011-11-04 |
Vadim Zeitlin | Make wxQsort() definition exactly the same as declaration. |
tree | commitdiff |
2011-10-31 |
Vadim Zeitlin | Suppress harmless unused variable warnings in wxSocket... |
tree | commitdiff |
2011-10-31 |
Vadim Zeitlin | Fix compilation of wxGethostbyname_r() and wxGethostbya... |
tree | commitdiff |
2011-10-31 |
Vadim Zeitlin | Compilation fix for AIX: fix the name of wxGetservBuf... |
tree | commitdiff |
2011-10-30 |
Vadim Zeitlin | Allow customization of the locations where persistent... |
tree | commitdiff |
2011-10-27 |
Vadim Zeitlin | Make BOM-detection code in wxConvAuto public. |
tree | commitdiff |
2011-10-27 |
Vadim Zeitlin | Don't make wxQsort() extern "C" nor use any special... |
tree | commitdiff |
2011-10-27 |
Vadim Zeitlin | Explicitly declare environ variable. |
tree | commitdiff |
2011-10-27 |
Vadim Zeitlin | Always include locale.h to get LC_ALL declaration. |
tree | commitdiff |
2011-10-27 |
Vadim Zeitlin | Remove unused wxIFFDecoder::picptr member variable. |
tree | commitdiff |
2011-10-21 |
Václav Slavík | Move wxDataViewCustomRendererBase::ActivateCell() to... |
tree | commitdiff |
2011-10-20 |
Robin Dunn | The new wxImage related gaphics context code uses some... |
tree | commitdiff |
2011-10-19 |
Václav Slavík | Use wxDatePickerCtrl in wxDataViewDateRenderer. |
tree | commitdiff |
2011-10-18 |
Vadim Zeitlin | Added wxRichToolTip class. |
tree | commitdiff |
2011-10-18 |
Vadim Zeitlin | Don't interpret '&' specially in wxTextWrapper. |
tree | commitdiff |
2011-10-13 |
Vadim Zeitlin | Don't assert in wxDateTime::Format("%p") in locales... |
tree | commitdiff |
2011-10-10 |
Vadim Zeitlin | Fix warnings about wxOSX_USE_CARBON being undefined... |
tree | commitdiff |
2011-10-09 |
Vadim Zeitlin | Allow creating wxGraphicsFont without using wxFont. |
tree | commitdiff |
2011-10-09 |
Vadim Zeitlin | Allow creating wxGraphicsBitmap and wxGraphicsContext... |
tree | commitdiff |
2011-10-09 |
Vadim Zeitlin | Implement EVT_MOUSE_CAPTURE_LOST handling for wxPopupTr... |
tree | commitdiff |
2011-10-09 |
Vadim Zeitlin | Implement delayed destruction for wxPopupTransientWindow. |
tree | commitdiff |
2011-10-06 |
Steve Lamerton | Ensure we pass the correct type of string to EscapeFile... |
tree | commitdiff |
2011-10-05 |
Steve Lamerton | Delete the filesystem used by wxWebViewArchiveHandler... |
tree | commitdiff |
2011-10-02 |
Vadim Zeitlin | Add wxWindowBase::CopyToolTip() method. |
tree | commitdiff |
2011-09-30 |
Vadim Zeitlin | Fix the comparison direction in wxTextAttr::BitlistsEqP... |
tree | commitdiff |
2011-09-29 |
Vadim Zeitlin | Add wxTimePickerCtrl class. |
tree | commitdiff |
2011-09-29 |
Robin Dunn | Don't always use the Cairo context for wxGCDC(wxMemoryD... |
tree | commitdiff |
2011-09-28 |
Jouk Jansen | Include support for OpenVMS IA64 |
tree | commitdiff |
2011-09-21 |
Vadim Zeitlin | Remove wxHeaderColumn::SetAsSortKey() and only use... |
tree | commitdiff |
next |