2011-12-02 |
Vadim Zeitlin | Handle OpenBSD in wxDialUpManager code. |
tree | commitdiff |
2011-12-02 |
Dimitri Schoolwerth | Fixed x64 application termination after exceptions... |
tree | commitdiff |
2011-12-02 |
Vadim Zeitlin | Rename src/generic/richtooltip.cpp to src/generic/richt... |
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 | Don't use ListView_CancelEditLabel() as it doesn't... |
tree | commitdiff |
2011-12-02 |
Vadim Zeitlin | Make wxEVT_CHAR_HOOK propagate upwards and send it... |
tree | commitdiff |
2011-12-02 |
Vadim Zeitlin | Make wxEVT_CHAR_HOOK behave in wxGTK as in wxMSW. |
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 | Implement EVT_CHAR_HOOK for wxOSX/Cocoa. |
tree | commitdiff |
2011-12-02 |
Vadim Zeitlin | No changes, just remove unnecessary #pragma warning. |
tree | commitdiff |
2011-12-01 |
Stefan Csomor | applying patch for raise and synthesizing mouse-up... |
tree | commitdiff |
2011-12-01 |
Paul Cornett | fix warning about missing return statement, closes... |
tree | commitdiff |
2011-12-01 |
Vadim Zeitlin | Only use __declspec(restrict) with VC8+ in libpng. |
tree | commitdiff |
2011-12-01 |
Vadim Zeitlin | Added wxCriticalSection::TryEnter() method. |
tree | commitdiff |
2011-12-01 |
Vadim Zeitlin | Fix timeout used in POSIX implementation of wxCondition... |
tree | commitdiff |
2011-12-01 |
Paul Cornett | remove unused variables |
tree | commitdiff |
2011-12-01 |
Paul Cornett | Fix crash when appending menuitem after removing it... |
tree | commitdiff |
2011-11-30 |
Vadim Zeitlin | Fix setting the parent of wxProgressDialog. |
tree | commitdiff |
2011-11-30 |
Vadim Zeitlin | Use more clear names for variables in wxHtmlSelection... |
tree | commitdiff |
2011-11-30 |
Vadim Zeitlin | Remove unused variable from wxWebViewWebKit code in... |
tree | commitdiff |
2011-11-30 |
Vadim Zeitlin | Fix wxWebView compilation in STL build with wxGTK. |
tree | commitdiff |
2011-11-30 |
Vadim Zeitlin | Make wxMSW status bar slightly less tall by default. |
tree | commitdiff |
2011-11-29 |
Vadim Zeitlin | Don't include pbt.h from wxMSW code unnecessarily. |
tree | commitdiff |
2011-11-28 |
Steve Lamerton | Override MSWTranslateMessage for wxActiveXContainer... |
tree | commitdiff |
2011-11-28 |
Vadim Zeitlin | Correct HasFocus() to work with subwindows of a composi... |
tree | commitdiff |
2011-11-28 |
Vadim Zeitlin | Extend wxBannerWindow background bitmap if necessary. |
tree | commitdiff |
2011-11-28 |
Vadim Zeitlin | Ignore WXK_NONE events in wxStyledTextCtrl. |
tree | commitdiff |
2011-11-28 |
Vadim Zeitlin | Add support for custom numeric formats to wxGrid. |
tree | commitdiff |
2011-11-28 |
Stefan Csomor | supporting rawctrl strings, fixes #13496, rawctrl is... |
tree | commitdiff |
2011-11-28 |
Paul Cornett | update _GOptionGroup check |
tree | commitdiff |
2011-11-28 |
Paul Cornett | build fixes for Universal |
tree | commitdiff |
2011-11-27 |
Vadim Zeitlin | Include wx/time.h to get wxLocaltime_r() declaration... |
tree | commitdiff |
2011-11-27 |
Vadim Zeitlin | No changes, just moved wxLocaltime_r() and wxGmtime_r... |
tree | commitdiff |
2011-11-27 |
Vadim Zeitlin | Implement wxStackWalker for wxMSW under x86-64. |
tree | commitdiff |
2011-11-27 |
Vadim Zeitlin | Add support for VK_OEM_102 key under wxMSW. |
tree | commitdiff |
2011-11-27 |
Vadim Zeitlin | Set Unicode key code correctly for key events for WXK_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 | Removed private wxGetLocalTimeUsec() function from... |
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-27 |
Vadim Zeitlin | Don't hide/show wxActiveXContainer when resizing it. |
tree | commitdiff |
2011-11-27 |
Vadim Zeitlin | Don't crash when changing label of label-less wxToggleB... |
tree | commitdiff |
2011-11-27 |
Vadim Zeitlin | Merge similar but not quite identical translated strings. |
tree | commitdiff |
2011-11-25 |
Dimitri Schoolwerth | merged libpng 1.5.6 to trunk |
tree | commitdiff |
2011-11-25 |
Václav Slavík | Account for indentation in wxDataViewCtrl::GetBestColum... |
tree | commitdiff |
2011-11-25 |
Paul Cornett | check for self-assignment in operator= |
tree | commitdiff |
2011-11-25 |
Paul Cornett | copy array with memcpy rather than a loop |
tree | commitdiff |
2011-11-25 |
Paul Cornett | use int instead of size_t for a couple member variables |
tree | commitdiff |
2011-11-23 |
Vadim Zeitlin | Fix crash in wxTreeListCtrl::GetItemText() if text... |
tree | commitdiff |
2011-11-23 |
Paul Cornett | remove redundant GTK-specific code |
tree | commitdiff |
2011-11-23 |
Václav Slavík | Make generic wxDataViewCtrl rows a bit taller. |
tree | commitdiff |
2011-11-22 |
Vadim Zeitlin | Dismiss wxSplashScreen on any user input, not necessari... |
tree | commitdiff |
2011-11-22 |
Vadim Zeitlin | Ensure that wxSplashScreen doesn't appear on taskbar... |
tree | commitdiff |
2011-11-22 |
Vadim Zeitlin | Add wxEventFilter and related functionality. |
tree | commitdiff |
2011-11-22 |
Vadim Zeitlin | Hack wxMSW wxNotebook to show the text controls correct... |
tree | commitdiff |
2011-11-18 |
Vadim Zeitlin | Fix HasFocus() for composite controls. |
tree | commitdiff |
2011-11-18 |
Vadim Zeitlin | No changes, just remove extra whitespace from wxWebView... |
tree | commitdiff |
2011-11-17 |
Steve Lamerton | Remove double buffering from wxWebViewIE as this is... |
tree | commitdiff |
2011-11-17 |
Steve Lamerton | Adjust testing for non-visible controls in wxActiveXCon... |
tree | commitdiff |
2011-11-17 |
Robin Dunn | Don't include webkit headers from wx headers |
tree | commitdiff |
2011-11-16 |
Vadim Zeitlin | Move wxWebView-related definitions to webview_ie.cpp... |
tree | commitdiff |
2011-11-16 |
Vadim Zeitlin | Compilation fix for PCH-less build after r69758. |
tree | commitdiff |
2011-11-15 |
Vadim Zeitlin | Add support for digits and +/- sign to wxUIActionSimula... |
tree | commitdiff |
2011-11-15 |
Vadim Zeitlin | Only update status bar fields after they were created... |
tree | commitdiff |
2011-11-14 |
Vadim Zeitlin | Added wxIMAGE_OPTION_ORIGINAL_{WIDTH,HEIGHT} wxImage... |
tree | commitdiff |
2011-11-14 |
Vadim Zeitlin | Fall back on ::GetMessagePos() if ::GetCursorPos()... |
tree | commitdiff |
2011-11-14 |
Jouk Jansen | Update compile support fror wxGTK on OpenVMS |
tree | commitdiff |
2011-11-14 |
Stefan Csomor | latest private API usage complaint, right now most... |
tree | commitdiff |
2011-11-13 |
Vadim Zeitlin | Added stock accelerator for wxID_PRINT. |
tree | commitdiff |
2011-11-12 |
Vadim Zeitlin | Use wxConvertStringToOle() in wxWebViewIE code. |
tree | commitdiff |
2011-11-12 |
Paul Cornett | position expander in center of given rectangle |
tree | commitdiff |
2011-11-11 |
Paul Cornett | use correct function to free GtkTextAttributes |
tree | commitdiff |
2011-11-11 |
Vadim Zeitlin | Intercept some keys in wxMSW wxTextCtrl even if they... |
tree | commitdiff |
2011-11-10 |
Jouk Jansen | Add compile support for widgets sample on OpenVMS |
tree | commitdiff |
2011-11-10 |
Vadim Zeitlin | Compilation fix for wxUSE_UNICODE=0 build after wxUSE_S... |
tree | commitdiff |
2011-11-10 |
Vadim Zeitlin | Correct the direction passed to wxDataObject in wxOSX... |
tree | commitdiff |
2011-11-10 |
Julian Smart | Applied Blit system options optimization to StretchBlit |
tree | commitdiff |
2011-11-10 |
Vadim Zeitlin | Fix compilation in wxUSE_STL case broken by r69663. |
tree | commitdiff |
2011-11-10 |
Vadim Zeitlin | Remove all unwanted occurrences of -mt/-pthread in... |
tree | commitdiff |
2011-11-08 |
Robin Dunn | Ensure that there is a modal event loop before trying... |
tree | commitdiff |
2011-11-08 |
Robin Dunn | Add a border on the AutoComp list for wxOSX-Cocoa |
tree | commitdiff |
2011-11-08 |
Steve Lamerton | Skip spurious blank JavaScript events in wxWebView. |
tree | commitdiff |
2011-11-08 |
Vadim Zeitlin | Don't include wx/msw/wrapgdip.h if !wxUSE_GRAPHICS_CONTEXT. |
tree | commitdiff |
2011-11-08 |
Vadim Zeitlin | Move GDK_META_MASK definition in the header in which... |
tree | commitdiff |
2011-11-08 |
Vadim Zeitlin | Compilation fixes for GTK+ 2.4. |
tree | commitdiff |
2011-11-08 |
Vadim Zeitlin | Add missing stdio.h include to wxGTK assert dialog... |
tree | commitdiff |
2011-11-08 |
Václav Slavík | Use Enter and Space for cell editing in generic wxDVC... |
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 | Use correct direction in wxDataObject::IsSupported... |
tree | commitdiff |
next |