2012-03-07 |
Vadim Zeitlin | Deprecate wxWindow::MakeModal(). |
tree | commitdiff |
2012-03-05 |
Julian Smart | Restored correct RTTI for wxNotebook |
tree | commitdiff |
2012-03-05 |
Vadim Zeitlin | Override AdjustForParentClientOrigin() in wxNonOwnedWin... |
tree | commitdiff |
2012-03-04 |
Vadim Zeitlin | Use __WINDOWS__ for OS checks and __WXMSW__ for GUI... |
tree | commitdiff |
2012-03-04 |
Vadim Zeitlin | Use __WINDOWS__ for OS kind checks and reserve __WXMSW_... |
tree | commitdiff |
2012-03-04 |
Vadim Zeitlin | Fix assert when editing an item in multi-selection... |
tree | commitdiff |
2012-03-04 |
Vadim Zeitlin | Fix showing MDI child from wxDocManager::ActivateDocume... |
tree | commitdiff |
2012-02-29 |
Vadim Zeitlin | Replace incorrect uses of wxString::empty() with the... |
tree | commitdiff |
2012-02-26 |
Vadim Zeitlin | Add minimal support for building non-GUI parts of wxWid... |
tree | commitdiff |
2012-02-25 |
Vadim Zeitlin | Suppress harmless MSVC warnings about int to bool conve... |
tree | commitdiff |
2012-02-25 |
Vadim Zeitlin | Don't assert in wxLocale::IsAvailable() if language... |
tree | commitdiff |
2012-02-25 |
Vadim Zeitlin | Compare file inodes if possible in wxFileName::SameAs(). |
tree | commitdiff |
2012-02-20 |
Vadim Zeitlin | Don't crash in wxImage::SaveFile() if MIME type is... |
tree | commitdiff |
2012-02-20 |
Vadim Zeitlin | Allow handling EVT_UPDATE_UI for wxID_UNDO/REDO at... |
tree | commitdiff |
2012-02-15 |
Vadim Zeitlin | Added wxFileName::Exists(). |
tree | commitdiff |
2012-02-15 |
Vadim Zeitlin | Refactor wxFileName existence checking code. |
tree | commitdiff |
2012-02-11 |
Vadim Zeitlin | Implement wxBG_STYLE_TRANSPARENT support for wxGTK. |
tree | commitdiff |
2012-02-10 |
Vadim Zeitlin | Fix compilation ofr ports without native font info... |
tree | commitdiff |
2012-02-10 |
Vadim Zeitlin | Fix wxHash{Set,Map} compilation with g++ 4.7 in C+... |
tree | commitdiff |
2012-02-06 |
Vadim Zeitlin | Fix handling of positional parameters in wxPrintf(... |
tree | commitdiff |
2012-02-03 |
Vadim Zeitlin | Check string length correctly in wxFileSystem::URLToFil... |
tree | commitdiff |
2012-02-03 |
Vadim Zeitlin | Fix speed regression in wxFileHistory::AddFileToHistory(). |
tree | commitdiff |
2012-01-31 |
Vadim Zeitlin | Set the file name for temporary wxFFile objects. |
tree | commitdiff |
2012-01-31 |
Vadim Zeitlin | Fix wxHTTP::SetPostBuffer() compilation in ANSI build. |
tree | commitdiff |
2012-01-30 |
Stefan Csomor | fixing the routing of UpdateUI to the window by just... |
tree | commitdiff |
2012-01-25 |
Vadim Zeitlin | Fix return value of wxMBConvUTF8::FromWChar(). |
tree | commitdiff |
2012-01-25 |
Vadim Zeitlin | Update wxCommandProcessor after saving wxDocument. |
tree | commitdiff |
2012-01-25 |
Vadim Zeitlin | Fix wxCommandProcessor::IsDirty() result after undoing... |
tree | commitdiff |
2012-01-25 |
Vadim Zeitlin | Don't compare invalid iterators in wxCommandProcessor... |
tree | commitdiff |
2012-01-24 |
Vadim Zeitlin | Fix setting frame icon when using non-standard icon... |
tree | commitdiff |
2012-01-23 |
Vadim Zeitlin | Fix wxTextAttr::m_fontStrikethrough initialization. |
tree | commitdiff |
2012-01-23 |
Vadim Zeitlin | Add support for stricken-through fonts. |
tree | commitdiff |
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 |
next |