2011-12-01 |
Vadim Zeitlin | Added wxCriticalSection::TryEnter() method. |
tree | commitdiff |
2011-12-01 |
Paul Cornett | Fix crash when appending menuitem after removing it... |
tree | commitdiff |
2011-11-30 |
Vadim Zeitlin | Don't include all wx/xxx/webviewhistoryitem_xxx.h headers. |
tree | commitdiff |
2011-11-30 |
Vadim Zeitlin | Include wx/defs.h, not wx/setup.h from wx/webview.h... |
tree | commitdiff |
2011-11-30 |
Vadim Zeitlin | Use more clear names for variables in wxHtmlSelection... |
tree | commitdiff |
2011-11-28 |
Steve Lamerton | Override MSWTranslateMessage for wxActiveXContainer... |
tree | commitdiff |
2011-11-28 |
Vadim Zeitlin | Override GetMainWindowOfCompositeControl() in wxGrid... |
tree | commitdiff |
2011-11-28 |
Vadim Zeitlin | Extend wxBannerWindow background bitmap if necessary. |
tree | commitdiff |
2011-11-28 |
Vadim Zeitlin | Add support for custom numeric formats to wxGrid. |
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 | Change value of wxHELP to avoid clash with wxSTAY_ON_TOP. |
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 | Correct wxTLS_PTR definition for !wxHAS_COMPILER_TLS... |
tree | commitdiff |
2011-11-27 |
Vadim Zeitlin | Define wxCURSOR_DEFAULT_TYPE correctly for the old... |
tree | commitdiff |
2011-11-25 |
Stefan Csomor | fixing iPhone build |
tree | commitdiff |
2011-11-25 |
Paul Cornett | use int instead of size_t for a couple member variables |
tree | commitdiff |
2011-11-22 |
Vadim Zeitlin | Added convenient wxCmdLineParser::AddLong{Option,Switch... |
tree | commitdiff |
2011-11-22 |
Vadim Zeitlin | Dismiss wxSplashScreen on any user input, not necessari... |
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 | No changes, just remove extra whitespace from wxWebView... |
tree | commitdiff |
2011-11-17 |
Vadim Zeitlin | Provide HANDLE_PTR for the compilers without it such... |
tree | commitdiff |
2011-11-17 |
Jouk Jansen | define Popup and Dismiss for wxComboBox in wxMOTIF |
tree | commitdiff |
2011-11-17 |
Robin Dunn | Add arg default values for the Create method |
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-15 |
Vadim Zeitlin | Add support for digits and +/- sign to wxUIActionSimula... |
tree | commitdiff |
2011-11-14 |
Vadim Zeitlin | Replace wxT() with wxS() in image options definitions. |
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 |
Vadim Zeitlin | Don't redefine symbols already defined in latest MinGW... |
tree | commitdiff |
2011-11-14 |
Vadim Zeitlin | No changes, just add another case to a switch on wxMous... |
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-07 |
Jouk Jansen | wxGTK1 should not include .h files for wxGTK |
tree | commitdiff |
2011-11-05 |
Václav Slavík | Fix wxArray::Index() with bFromEnd=true in STL build. |
tree | commitdiff |
2011-11-05 |
Vadim Zeitlin | Add wxConvAuto::GetBOMChars() helper. |
tree | commitdiff |
2011-10-31 |
Vadim Zeitlin | Make wxTreeListEvent dynamically creatable. |
tree | commitdiff |
2011-10-31 |
Julian Smart | Fixed #13535: wxRichTextCtrl: Incorrectly documented... |
tree | commitdiff |
2011-10-31 |
Paul Cornett | add gdk_window_get_height/width |
tree | commitdiff |
2011-10-30 |
Vadim Zeitlin | Remove wxSplitterWindow::m_checkRequestedSashPosition. |
tree | commitdiff |
2011-10-30 |
Vadim Zeitlin | No changes, just remove wxSplitterWindow::{Set,Get... |
tree | commitdiff |
2011-10-30 |
Vadim Zeitlin | Perform wxAuiToolBar idle updates from UpdateWindowUI... |
tree | commitdiff |
2011-10-30 |
Vadim Zeitlin | Change variables naming convention in wxAUI code. |
tree | commitdiff |
2011-10-30 |
Vadim Zeitlin | Remove apparently unnecessary wxAuiMDIClientWindow... |
tree | commitdiff |
2011-10-30 |
Vadim Zeitlin | Allow customization of the locations where persistent... |
tree | commitdiff |
2011-10-30 |
Vadim Zeitlin | Fix return value of wxPersistentSplitter::RestoreValue(). |
tree | commitdiff |
2011-10-29 |
Robin Dunn | resolve multiple inheritance ambiguity |
tree | commitdiff |
2011-10-27 |
Vadim Zeitlin | Make BOM-detection code in wxConvAuto public. |
tree | commitdiff |
2011-10-27 |
Vadim Zeitlin | Add _PTR WX_DECLARE_HASH_SET variants to fix warnings... |
tree | commitdiff |
2011-10-27 |
Vadim Zeitlin | Use WX_XXX_ARRAY_PTR macro variants for arrays of pointers. |
tree | commitdiff |
2011-10-27 |
Vadim Zeitlin | Don't make wxQsort() extern "C" nor use any special... |
tree | commitdiff |
2011-10-27 |
Vadim Zeitlin | Make GTK callbacks passed to GTKConnectWidget() extern... |
tree | commitdiff |
2011-10-27 |
Vadim Zeitlin | No real changes, just remove trailing commas from enums. |
tree | commitdiff |
2011-10-26 |
Robin Dunn | Work around a multiple inheritance ambiguity |
tree | commitdiff |
2011-10-25 |
Stefan Csomor | deactivate wxUSE_TIMEPICKCTRL for iphone |
tree | commitdiff |
2011-10-25 |
Paul Cornett | fix wxMDIChildFrame after r69390 and r69468, TLW realiz... |
tree | commitdiff |
2011-10-25 |
Stefan Csomor | fixing iPhone build |
tree | commitdiff |
2011-10-22 |
Julian Smart | Applied patch #13534: wxRichTextCtrl: Make it easier... |
tree | commitdiff |
2011-10-21 |
Václav Slavík | Move wxDataViewCustomRendererBase::ActivateCell() to... |
tree | commitdiff |
2011-10-20 |
Vadim Zeitlin | Dirty hack to allow generic wxDatePickerCtrl to compile... |
tree | commitdiff |
2011-10-20 |
Vadim Zeitlin | Fix wxRichToolTip compilation under MSW without PCH... |
tree | commitdiff |
2011-10-20 |
Robin Dunn | Delegate wxGraphicsBitmap::ConvertToImage to the render... |
tree | commitdiff |
2011-10-19 |
Vadim Zeitlin | Fix PCH-less compilation of wx/richtooltip.h too. |
tree | commitdiff |
2011-10-19 |
Václav Slavík | Cleanup of wxDataViewCtrl cell activation code. |
tree | commitdiff |
2011-10-19 |
Václav Slavík | Move InitMouseEvent<T>() to wx/gtk/private/event.h. |
tree | commitdiff |
2011-10-19 |
Václav Slavík | Use wxDatePickerCtrl in wxDataViewDateRenderer. |
tree | commitdiff |
2011-10-19 |
Václav Slavík | Allow using wxCompositeWindow<T> as wxDataViewCtrl... |
tree | commitdiff |
2011-10-19 |
Vadim Zeitlin | More fixes for PCH-less compilation. |
tree | commitdiff |
2011-10-18 |
Vadim Zeitlin | Added wxRichToolTip class. |
tree | commitdiff |
2011-10-18 |
Vadim Zeitlin | Added wxNonOwnedWindow::SetShape(wxGraphicsPath). |
tree | commitdiff |
2011-10-18 |
Vadim Zeitlin | Don't create a valid wxRegion when using default ctor... |
tree | commitdiff |
2011-10-18 |
Vadim Zeitlin | Don't interpret '&' specially in wxTextWrapper. |
tree | commitdiff |
2011-10-18 |
Vadim Zeitlin | No changes, just fix typo in a comment following an... |
tree | commitdiff |
2011-10-17 |
Vadim Zeitlin | Explicitly use _stati64() with MinGW-W64. |
tree | commitdiff |
2011-10-15 |
Vadim Zeitlin | Don't use wxMSW version of wxNonOwnedWindow at all... |
tree | commitdiff |
2011-10-13 |
Vadim Zeitlin | Implement SetShape() for wxPopupWindow in wxGTK. |
tree | commitdiff |
2011-10-12 |
Vadim Zeitlin | Added wxWindow::GTKHandleRealized() virtual method... |
tree | commitdiff |
2011-10-12 |
Vadim Zeitlin | Move wxUSE_GUI definition from chkconf.h to the top... |
tree | commitdiff |
2011-10-12 |
Stefan Csomor | moving defines in front of the setup.h to make webkit... |
tree | commitdiff |
2011-10-11 |
Vadim Zeitlin | Added missing WXDLLIMPEXP_CORE to wxNonOwnedWindowBase... |
tree | commitdiff |
2011-10-11 |
Vadim Zeitlin | Move SetBackgroundBitmap() from wxPanel to new wxCustom... |
tree | commitdiff |
2011-10-10 |
Vadim Zeitlin | Fix warnings about wxOSX_USE_CARBON being undefined... |
tree | commitdiff |
2011-10-10 |
Vadim Zeitlin | Move wxTopLevelWindow::SetShape() down to wxNonOwnedWindow. |
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 | Added wxGraphicsBitmap::ConvertToImage(). |
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-09 |
Vadim Zeitlin | Fix inheriting parent background colour in wxPanel... |
tree | commitdiff |
2011-10-09 |
Steve Lamerton | Reuse existing MinGW defines for all compilers that... |
tree | commitdiff |
2011-10-06 |
Steve Lamerton | Fix various GCC warnings in wxWebView. |
tree | commitdiff |
2011-10-05 |
Steve Lamerton | Delete the filesystem used by wxWebViewArchiveHandler... |
tree | commitdiff |
2011-10-05 |
Steve Lamerton | Store a pointer to each ClassFactory so we can correctl... |
tree | commitdiff |
next |