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 |
2011-10-02 |
Steve Lamerton | Add new definitions required by MinGW for webview.... |
tree | commitdiff |
2011-10-02 |
Steve Lamerton | Remove copied class definitions from missing.h. Disable... |
tree | commitdiff |
2011-10-02 |
Vadim Zeitlin | Fix setting tooltips for wxSearchCtrl and other composi... |
tree | commitdiff |
2011-10-02 |
Vadim Zeitlin | Add wxWindowBase::CopyToolTip() method. |
tree | commitdiff |
2011-10-02 |
Steve Lamerton | Derive wxAuiNotebook from wxBookCtrlBase. Document... |
tree | commitdiff |
2011-10-01 |
Steve Lamerton | Correctly initialise ref count in custom scheme class... |
tree | commitdiff |
2011-09-30 |
Jouk Jansen | updates for OpenVMS |
tree | commitdiff |
2011-09-29 |
Jouk Jansen | Fixes for OpenVMS on IA64 |
tree | commitdiff |
2011-09-29 |
Vadim Zeitlin | Added XRC handler for wxTimePickerCtrl. |
tree | commitdiff |
2011-09-29 |
Vadim Zeitlin | Add wxTimePickerCtrl class. |
tree | commitdiff |
2011-09-29 |
Vadim Zeitlin | Refactor wxDatePickerCtrl to derive from wxDateTimePick... |
tree | commitdiff |
2011-09-28 |
Steve Lamerton | Fix compilation of wxWebView under mingw by adding... |
tree | commitdiff |
2011-09-23 |
Vadim Zeitlin | Fix inconsistent DLL export declaration for wxBannerWin... |
tree | commitdiff |
2011-09-22 |
Vadim Zeitlin | Fix inconsistent DLL export declaration for wxTreeListC... |
tree | commitdiff |
2011-09-21 |
Vadim Zeitlin | Change wxSound ctor from in-memory data to use size_t... |
tree | commitdiff |
2011-09-21 |
Vadim Zeitlin | Implement sorting in wxTreeListCtrl. |
tree | commitdiff |
2011-09-21 |
Vadim Zeitlin | Reset previous sort column in generic wxDataViewColumn... |
tree | commitdiff |
next |