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 |
2011-09-21 |
Vadim Zeitlin | Remove wxHeaderColumn::SetAsSortKey() and only use... |
tree | commitdiff |
2011-09-21 |
Vadim Zeitlin | Add wxTreeListCtrl::GetView() and GetDataView(). |
tree | commitdiff |
2011-09-21 |
Vadim Zeitlin | No changes, just extract wxCreateHiddenWindow() declara... |
tree | commitdiff |
2011-09-17 |
Vadim Zeitlin | Change wxDIALOG_NO_PARENT to avoid clash with wxICON_EX... |
tree | commitdiff |
2011-09-16 |
Vadim Zeitlin | Only define wxUSE_WEBVIEW if wxWebView is really available. |
tree | commitdiff |
2011-09-16 |
Vadim Zeitlin | Check for wxUSE_WEBVIEW being defined. |
tree | commitdiff |
2011-09-14 |
Steve Lamerton | Use integral value for OLECMDID_OPTICAL_ZOOM as we... |
tree | commitdiff |
2011-09-14 |
Steve Lamerton | Make wxBookCtrlBase::GetSelection virtual, as per the... |
tree | commitdiff |
2011-09-12 |
Steve Lamerton | Update wxWebView guards to stop backend compilation... |
tree | commitdiff |
2011-09-11 |
Steve Lamerton | Ensure that we have an available backend for wxWebView... |
tree | commitdiff |
2011-09-11 |
Steve Lamerton | Update setup files |
tree | commitdiff |
2011-09-10 |
Steve Lamerton | Merge the new wxWebView classes from the SOC2011_WEBVIE... |
tree | commitdiff |
2011-09-10 |
Steve Lamerton | Merge in from trunk r68684 - r69046 |
tree | commitdiff |
2011-09-10 |
Robin Dunn | Enable the HWND of the task dialog to be fetched with... |
tree | commitdiff |
2011-09-08 |
Vadim Zeitlin | Allow setting colours and font of wxTreeListCtrl. |
tree | commitdiff |
2011-09-07 |
Paul Cornett | remove unnecessary GTK declarations from defs.h, move... |
tree | commitdiff |
2011-09-04 |
Vadim Zeitlin | Add persistence support for wxSplitterWindow. |
tree | commitdiff |
2011-08-31 |
Václav Slavík | Generic wxDataViewCtrl: resize autosized columns at... |
tree | commitdiff |
2011-08-29 |
Václav Slavík | Make generic wxDataViewToggleRenderer react to activation. |
tree | commitdiff |
2011-08-29 |
Vadim Zeitlin | Make it possible to TAB to wxTreeListCtrl contents. |
tree | commitdiff |
2011-08-27 |
Robin Dunn | * Implement dynamic loading of the Cairo DLL on Windows... |
tree | commitdiff |
2011-08-27 |
Vadim Zeitlin | Make wxBU_EXACTFIT fir the button text more exactly. |
tree | commitdiff |
2011-08-27 |
Vadim Zeitlin | Added wxFLP_SMALL and wxDIRP_SMALL styles for wx{File... |
tree | commitdiff |
2011-08-27 |
Vadim Zeitlin | Auto complete file names in the text controls of wx... |
tree | commitdiff |
2011-08-27 |
Vadim Zeitlin | Add wxTextEntry::AutoCompleteDirectories(). |
tree | commitdiff |
2011-08-27 |
Vadim Zeitlin | No changes, just fix a typo in wxBannerWindow documenta... |
tree | commitdiff |
2011-08-27 |
Vadim Zeitlin | Add new wxTreeListCtrl class. |
tree | commitdiff |
2011-08-27 |
Vadim Zeitlin | Set colours and fonts for all elements of the generic... |
tree | commitdiff |
2011-08-27 |
Vadim Zeitlin | Allow returning NULL windows from GetCompositeWindowPar... |
tree | commitdiff |
2011-08-25 |
Dimitri Schoolwerth | Fixed best size of wxUniv's wxNotebook. |
tree | commitdiff |
2011-08-25 |
Dimitri Schoolwerth | Fixed best sizes for wxUniv controls. |
tree | commitdiff |
2011-08-25 |
Dimitri Schoolwerth | Fixed buttons having no border in wxUniv by default. |
tree | commitdiff |
2011-08-24 |
Stefan Csomor | missing commit for RAW_CONTROL changes |
tree | commitdiff |
2011-08-23 |
Vadim Zeitlin | Compilation fix for non-OSX: don't use m_rawControlDown... |
tree | commitdiff |
2011-08-23 |
Stefan Csomor | adjusting keyboardstate to new ctrl / raw_ctrl handling... |
tree | commitdiff |
2011-08-23 |
Dimitri Schoolwerth | Added wxBITMAP_TYPE_TIFF and wxBITMAP_TYPE_TIFF_RESOURCE. |
tree | commitdiff |
2011-08-23 |
Dimitri Schoolwerth | Fixed linking errors related to wxAnyButton in wxUniv. |
tree | commitdiff |
2011-08-23 |
Dimitri Schoolwerth | Fixed compilation of sources that make use of wx/univ... |
tree | commitdiff |
2011-08-22 |
Vadim Zeitlin | Return non-const pointer from wxDataViewRendererBase... |
tree | commitdiff |
2011-08-22 |
Vadim Zeitlin | Add wxDataViewIconText::IsSameAs() and make comparison... |
tree | commitdiff |
2011-08-22 |
Stefan Csomor | removing trailing comma |
tree | commitdiff |
2011-08-22 |
Stefan Csomor | exposing wxGraphicsContext through an ordinary wxDC |
tree | commitdiff |
2011-08-22 |
Vadim Zeitlin | Harmonize wxDataViewCtrl::GetSelection() behaviour... |
tree | commitdiff |
2011-08-22 |
Vadim Zeitlin | No changes, just add wxGtkList to ensure g_list_free... |
tree | commitdiff |
2011-08-22 |
Vadim Zeitlin | Don't export Objective C interfaces in non-x86_64 builds. |
tree | commitdiff |
2011-08-22 |
Vadim Zeitlin | Add XRC handler for wxBannerWindow and a test for it... |
tree | commitdiff |
2011-08-22 |
Vadim Zeitlin | No changes, just factor our wxDirection parsing code... |
tree | commitdiff |
2011-08-22 |
Vadim Zeitlin | Add new wxBannerWindow class. |
tree | commitdiff |
2011-08-22 |
Julian Smart | Rename identifier |
tree | commitdiff |
2011-08-21 |
Vadim Zeitlin | Add missing wx/icon.h header to fix wxGTK compilation. |
tree | commitdiff |
2011-08-21 |
Vadim Zeitlin | Refactor: replace wxTreeItemId and wxDataViewItem with... |
tree | commitdiff |
2011-08-21 |
Vadim Zeitlin | No changes, just move wxCheckBoxState to wx/defs.h... |
tree | commitdiff |
2011-08-21 |
Vadim Zeitlin | No changes, just use symbolic NO_IMAGE constant instead... |
tree | commitdiff |
2011-08-21 |
Vadim Zeitlin | Add wxWithImages helper mix-in with {Set,Get,Assign... |
tree | commitdiff |
2011-08-21 |
Vadim Zeitlin | Replace wxComboBox::IsEmpty() with Is{List,Text}Empty(). |
tree | commitdiff |
2011-08-21 |
Václav Slavík | Rename wxDataViewCtrl::InvalidateColBestWidth* to Updat... |
tree | commitdiff |
2011-08-20 |
Steve Lamerton | Add virtual destructors to fix GCC4 warnings. |
tree | commitdiff |
2011-08-19 |
Steve Lamerton | Rename web library to webview. |
tree | commitdiff |
2011-08-19 |
Steve Lamerton | Rename wxUSE_WEB to wxUSE_WEBVIEW to reflect that actua... |
tree | commitdiff |
2011-08-19 |
Dimitri Schoolwerth | Added option to TIFF handler for specifying the photome... |
tree | commitdiff |
2011-08-19 |
Dimitri Schoolwerth | Renamed the options specific to the TIFF handler. |
tree | commitdiff |
2011-08-18 |
Steve Lamerton | Remove a couple of unused forward declarations. |
tree | commitdiff |
2011-08-18 |
Steve Lamerton | Remove MoveWindow method. |
tree | commitdiff |
2011-08-17 |
Steve Lamerton | Return true by default under OSX WebKit. |
tree | commitdiff |
2011-08-17 |
Steve Lamerton | Derive wxWebViewEvent from wxNotifyEvent. |
tree | commitdiff |
2011-08-17 |
Steve Lamerton | Rename LoadUrl to LoadURL. This corrects the capitalisa... |
tree | commitdiff |
2011-08-17 |
Steve Lamerton | Tidy up webview.h. Remove all of the doxygen comments... |
tree | commitdiff |
2011-08-17 |
Steve Lamerton | Make a few internal methods private. |
tree | commitdiff |
2011-08-17 |
Steve Lamerton | Const correct the wxWebView api. |
tree | commitdiff |
next |