2011-12-07 |
Vadim Zeitlin | Implement wxComboBox::Popup() and Dismiss() for wxOSX... |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Vadim Zeitlin | Don't use gtk_menu_item_set_submenu() with NULL menu... |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Paul Cornett | In Refresh(), allow for possibility that child is mappe... |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Vadim Zeitlin | Order the libraries correctly in wx-config for static... |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Vadim Zeitlin | Fix the size of the buffer when using wxIPC::Execute... |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Vadim Zeitlin | Remove vertical wxTextCtrl adjustment hacks for wxMSW... |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Chris Elliott | add dot to path |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Vadim Zeitlin | Add documentation of emitted events to wxScrolled docum... |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Jouk Jansen | Update Make-files for OpenVMS |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Vadim Zeitlin | Pretend that the window showing popup menu has focus... |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Vadim Zeitlin | Enable wxEvtHandler::Bind() for Sun CC. |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Vadim Zeitlin | Fix build with Sun CC under Linux. |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Vadim Zeitlin | Remove wxHAVE_GLIBC2 from configure, always predefine... |
commit | commitdiff | tree | snapshot |
2011-12-06 |
Stefan Csomor | avoiding NSToolbarSeparatorItemIdentifier under Lion... |
commit | commitdiff | tree | snapshot |
2011-12-05 |
Julian Smart | Applied patch #13698 to fix wrong border test |
commit | commitdiff | tree | snapshot |
2011-12-05 |
Chris Elliott | add docs to name |
commit | commitdiff | tree | snapshot |
2011-12-05 |
Vadim Zeitlin | No changes, just remove unnecessary assignment in wxOSX... |
commit | commitdiff | tree | snapshot |
2011-12-04 |
Vadim Zeitlin | Add virtual dtor to wxCustomBackgroundWindowBase. |
commit | commitdiff | tree | snapshot |
2011-12-04 |
Vadim Zeitlin | Compilation fix for wxCarbon after the last commit. |
commit | commitdiff | tree | snapshot |
2011-12-04 |
Vadim Zeitlin | Fix wxDataViewCtrl compilation with 10.7 SDK under... |
commit | commitdiff | tree | snapshot |
2011-12-04 |
Vadim Zeitlin | Do not declare "environ" variable ourselves under MSW. |
commit | commitdiff | tree | snapshot |
2011-12-03 |
Vadim Zeitlin | Allow 2-step creation of wxGenericProgressDialog. |
commit | commitdiff | tree | snapshot |
2011-12-03 |
Vadim Zeitlin | Don't include version in the URL created by wxMSW insta... |
commit | commitdiff | tree | snapshot |
2011-12-03 |
Vadim Zeitlin | Don't require admin privileges in the MSW installer. |
commit | commitdiff | tree | snapshot |
2011-12-03 |
Vadim Zeitlin | Generate makefiles for treelist sample when using confi... |
commit | commitdiff | tree | snapshot |
2011-12-03 |
Vadim Zeitlin | Fix bug with wxStopWatch::Start() not resuming paused... |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Dimitri Schoolwerth | Updated out of date versions and release dates. |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Chris Elliott | rc1 |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Stefan Csomor | fixing build |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Vadim Zeitlin | Link to wxGridCellFloatFormat when it's mentioned in... |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Vadim Zeitlin | Rebake after webview-related changes in common.bkl. |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Vadim Zeitlin | Compilation fixes for wxMSW in wxUSE_STL=1 build. |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Vadim Zeitlin | Handle OpenBSD in wxDialUpManager code. |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Dimitri Schoolwerth | set svn:eol-style to CRLF on MSVC project files for... |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Dimitri Schoolwerth | Fixed x64 application termination after exceptions... |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Stefan Csomor | adapting Xcode projects for r69898 |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Robin Dunn | Removed const from a couple methods that are not const... |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Vadim Zeitlin | Rename src/generic/richtooltip.cpp to src/generic/richt... |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Vadim Zeitlin | Update all controls using in-place editors to handle... |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Vadim Zeitlin | Fix reentrancy in wxDataViewRendererBase::FinishEditing(). |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Vadim Zeitlin | No changes, just move wxTreeCtrlBase ctor to the source... |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Vadim Zeitlin | Don't use ListView_CancelEditLabel() as it doesn't... |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Vadim Zeitlin | Make wxEVT_CHAR_HOOK propagate upwards and send it... |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Vadim Zeitlin | Make wxEVT_CHAR_HOOK behave in wxGTK as in wxMSW. |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Vadim Zeitlin | Added wxKeyEvent ctor for creating event of the differe... |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Vadim Zeitlin | Refactor wxKeyEvent copying code. |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Vadim Zeitlin | Implement EVT_CHAR_HOOK for wxOSX/Cocoa. |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Vadim Zeitlin | No changes, just remove unnecessary #pragma warning. |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Stefan Csomor | applying patch for raise and synthesizing mouse-up... |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Paul Cornett | fix warning about missing return statement, closes... |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Vadim Zeitlin | Only use __declspec(restrict) with VC8+ in libpng. |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Vadim Zeitlin | Added wxCriticalSection::TryEnter() method. |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Vadim Zeitlin | Chinese translations update from Huang Jiawei. |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Vadim Zeitlin | Fix timeout used in POSIX implementation of wxCondition... |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Paul Cornett | remove unused variables |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Paul Cornett | add test for bug fixed in r69878 |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Paul Cornett | Fix crash when appending menuitem after removing it... |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Vadim Zeitlin | Fix setting the parent of wxProgressDialog. |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Vadim Zeitlin | Don't include all wx/xxx/webviewhistoryitem_xxx.h headers. |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Vadim Zeitlin | Include wx/defs.h, not wx/setup.h from wx/webview.h... |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Vadim Zeitlin | Document more wxCommandProcessor methods. |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Vadim Zeitlin | Use more clear names for variables in wxHtmlSelection... |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Vadim Zeitlin | Remove unused variable from wxWebViewWebKit code in... |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Vadim Zeitlin | Fix wxWebView compilation in STL build with wxGTK. |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Vadim Zeitlin | Make wxMSW status bar slightly less tall by default. |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Vadim Zeitlin | Don't include pbt.h from wxMSW code unnecessarily. |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Steve Lamerton | Override MSWTranslateMessage for wxActiveXContainer... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Vadim Zeitlin | Override GetMainWindowOfCompositeControl() in wxGrid... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Vadim Zeitlin | Correct HasFocus() to work with subwindows of a composi... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Vadim Zeitlin | Extend wxBannerWindow background bitmap if necessary. |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Vadim Zeitlin | Added instructions about building applications using... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Vadim Zeitlin | Ignore WXK_NONE events in wxStyledTextCtrl. |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Vadim Zeitlin | Add support for custom numeric formats to wxGrid. |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Vadim Zeitlin | Don't hardcode the number of toolbar tools in the toolb... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Vadim Zeitlin | Corrected handling of wxTB_HORZ_TEXT in the toolbar... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Stefan Csomor | supporting rawctrl strings, fixes #13496, rawctrl is... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Dimitri Schoolwerth | Regenerated Xcode projects. |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Paul Cornett | update _GOptionGroup check |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Paul Cornett | build fixes for Universal |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Paul Cornett | don't warn about gnomeprint if we already have gtkprint |
commit | commitdiff | tree | snapshot |
2011-11-27 |
Paul Cornett | don't require gconf-2.0, we don't use it |
commit | commitdiff | tree | snapshot |
2011-11-27 |
Vadim Zeitlin | Include wx/time.h to get wxLocaltime_r() declaration... |
commit | commitdiff | tree | snapshot |
2011-11-27 |
Vadim Zeitlin | No changes, just moved wxLocaltime_r() and wxGmtime_r... |
commit | commitdiff | tree | snapshot |
2011-11-27 |
Vadim Zeitlin | Implement wxStackWalker for wxMSW under x86-64. |
commit | commitdiff | tree | snapshot |
2011-11-27 |
Vadim Zeitlin | Add support for VK_OEM_102 key under wxMSW. |
commit | commitdiff | tree | snapshot |
2011-11-27 |
Vadim Zeitlin | Set Unicode key code correctly for key events for WXK_R... |
commit | commitdiff | tree | snapshot |
2011-11-27 |
Vadim Zeitlin | Change value of wxHELP to avoid clash with wxSTAY_ON_TOP. |
commit | commitdiff | tree | snapshot |
2011-11-27 |
Vadim Zeitlin | Use wxGetUTCTimeUSec() in wxStopWatch under Unix for... |
commit | commitdiff | tree | snapshot |
2011-11-27 |
Vadim Zeitlin | Use wxGetUTCTimeMillis() instead of wxGetLocalTimeMilli... |
commit | commitdiff | tree | snapshot |
2011-11-27 |
Vadim Zeitlin | Removed private wxGetLocalTimeUsec() function from... |
commit | commitdiff | tree | snapshot |
2011-11-27 |
Vadim Zeitlin | No changes, just move time functions from wx/stopwatch... |
commit | commitdiff | tree | snapshot |
2011-11-27 |
Vadim Zeitlin | Added wxGetUTCTimeMillis() and wxGetUTCTimeUSec(). |
commit | commitdiff | tree | snapshot |
2011-11-27 |
Vadim Zeitlin | Extracted private GetTimeZone() to public wxGetTimeZone... |
commit | commitdiff | tree | snapshot |
2011-11-27 |
Vadim Zeitlin | Added wxStopWatch::TimeInMicro() for better precision... |
commit | commitdiff | tree | snapshot |
2011-11-27 |
Vadim Zeitlin | Use ::QueryPerformanceCounter() for wxStopWatch impleme... |
commit | commitdiff | tree | snapshot |
2011-11-27 |
Vadim Zeitlin | Use shorter sleep times in wxStopWatch unit test. |
commit | commitdiff | tree | snapshot |
2011-11-27 |
Vadim Zeitlin | Correct wxTLS_PTR definition for !wxHAS_COMPILER_TLS... |
commit | commitdiff | tree | snapshot |
2011-11-27 |
Vadim Zeitlin | Don't hide/show wxActiveXContainer when resizing it. |
commit | commitdiff | tree | snapshot |
2011-11-27 |
Vadim Zeitlin | Don't crash when changing label of label-less wxToggleB... |
commit | commitdiff | tree | snapshot |
2011-11-27 |
Vadim Zeitlin | Include webview library headers in the list of all... |
commit | commitdiff | tree | snapshot |
next |