2011-07-30 |
Steve Lamerton | Add new wxEVT_COMMAND_WEB_VIEW_TITLE_CHANGED event... |
tree | commitdiff |
2011-07-28 |
Steve Lamerton | Tidy up the include guards for the various wxWebView... |
tree | commitdiff |
2011-07-28 |
Steve Lamerton | Move the wxWebFileProtocolHandler from the IE backend... |
tree | commitdiff |
2011-07-28 |
Steve Lamerton | Initial implementation of wxWebProtocolHandler and... |
tree | commitdiff |
2011-07-26 |
Steve Lamerton | Very basic implementation of IInternetProtocolInfo... |
tree | commitdiff |
2011-07-26 |
Steve Lamerton | Add a couple of missing forward declarations. |
tree | commitdiff |
2011-07-26 |
Steve Lamerton | Fix compilation errors under OSX. |
tree | commitdiff |
2011-07-25 |
Steve Lamerton | Merge in from trunk r67662 to r64801 |
tree | commitdiff |
2011-07-25 |
Steve Lamerton | Fix warnings in the MSW IE backend. |
tree | commitdiff |
2011-07-25 |
Steve Lamerton | Rename GetHref to GetURL in wxWebNavigationEvent, this... |
tree | commitdiff |
2011-07-25 |
Steve Lamerton | Remove some now unused history variables. |
tree | commitdiff |
2011-07-24 |
Vadim Zeitlin | No changes, just remove unnecessary wxPickerBase::OnSize(). |
tree | commitdiff |
2011-07-24 |
Vadim Zeitlin | Replace wxControlContainer-related macros with wxNaviga... |
tree | commitdiff |
2011-07-24 |
Vadim Zeitlin | Use wxNavigationEnabled<> for keyboard navigation in... |
tree | commitdiff |
2011-07-24 |
Vadim Zeitlin | Add wxNavigationEnabled<> helper for implementing TAB... |
tree | commitdiff |
2011-07-22 |
Vadim Zeitlin | Increased the version to 2.9.3. |
tree | commitdiff |
2011-07-22 |
Vadim Zeitlin | Added customizable wxDocManager::OnMRUFileNotExist... |
tree | commitdiff |
2011-07-22 |
Vadim Zeitlin | Allow passing the error value to wxStreamBase::Reset(). |
tree | commitdiff |
2011-07-22 |
Vadim Zeitlin | Refactor wxWindow::MSWHandleMessage() out from MSWWindo... |
tree | commitdiff |
2011-07-22 |
Steve Lamerton | Implement basic support for virtual file systems for... |
tree | commitdiff |
2011-07-22 |
Steve Lamerton | Replace define for OLECMDID_OPTICAL_ZOOM with an enum... |
tree | commitdiff |
2011-07-21 |
Vadim Zeitlin | Fix the alignment used by custom wxDVC renderers in... |
tree | commitdiff |
2011-07-21 |
Vadim Zeitlin | Make wxEnhMetaFileDC ctor from wxDC explicit. |
tree | commitdiff |
2011-07-19 |
Vadim Zeitlin | Add wxDataViewEvent::IsEditCancelled() and support... |
tree | commitdiff |
2011-07-19 |
Vadim Zeitlin | Added wxGCDC(wxEnhMetaFileDC) ctor too. |
tree | commitdiff |
2011-07-19 |
Vadim Zeitlin | Fix keyboard navigation in wxGrid with hidden columns. |
tree | commitdiff |
2011-07-19 |
Stefan Csomor | doing WakeUp in osx_carbon differently for the main... |
tree | commitdiff |
2011-07-19 |
Stefan Csomor | make sure we can issue a WakeUp call that really trigge... |
tree | commitdiff |
2011-07-18 |
Vadim Zeitlin | Fix memory leak in wxPanel::SetBackgroundBirmap() in... |
tree | commitdiff |
2011-07-16 |
Julian Smart | VC++ 6 fixes |
tree | commitdiff |
2011-07-16 |
Stefan Csomor | proper guard for bitmap constructors |
tree | commitdiff |
2011-07-15 |
Steve Lamerton | Add RunScript and implement on all backends. Document... |
tree | commitdiff |
2011-07-15 |
Steve Lamerton | Add ClearSelection for msw ie and gtk webkit, with... |
tree | commitdiff |
2011-07-14 |
Steve Lamerton | Overhaul IE zoom functions to support both text and... |
tree | commitdiff |
2011-07-13 |
Steve Lamerton | Add GetPageText to MSW IE and to GTK WebKit. Add stub... |
tree | commitdiff |
2011-07-13 |
Steve Lamerton | Rename GetSelectedHTML to GetSelectedSource, this bring... |
tree | commitdiff |
2011-07-11 |
Vadim Zeitlin | Fix showing slider label in wxMSW when wxSL_MIN_MAX_LAB... |
tree | commitdiff |
2011-07-11 |
Vadim Zeitlin | No real changes, just make some wxSlider members local... |
tree | commitdiff |
2011-07-11 |
Steve Lamerton | Implement GetSelectedHTML for the ie and gtk webkit... |
tree | commitdiff |
2011-07-11 |
Steve Lamerton | Fix various gtk webkit warnings. |
tree | commitdiff |
2011-07-11 |
Steve Lamerton | Fix warnings in the ie backend. |
tree | commitdiff |
2011-07-10 |
Steve Lamerton | Add support for retrieving the currently selected text... |
tree | commitdiff |
2011-07-09 |
Vadim Zeitlin | Support float, double and file name values in wxGeneric... |
tree | commitdiff |
2011-07-09 |
Steve Lamerton | Add start of selection api, support for HasSelection... |
tree | commitdiff |
2011-07-08 |
Steve Lamerton | Add the ability to enable / disable and check for the... |
tree | commitdiff |
2011-07-07 |
Vadim Zeitlin | Add wxDCImpl::MSWApplyGDIPlusTransform() to formalize... |
tree | commitdiff |
2011-07-07 |
Vadim Zeitlin | Make wxGCDC::GetGraphicsContext() const. |
tree | commitdiff |
2011-07-06 |
Steve Lamerton | Implement cut / copy / paste in osx webkit and fix... |
tree | commitdiff |
2011-07-06 |
Steve Lamerton | Add some more missing stubs to the osx webkit backend. |
tree | commitdiff |
2011-07-05 |
Steve Lamerton | Add stubs to osx webkit backend to allow compilation. |
tree | commitdiff |
2011-07-05 |
Steve Lamerton | Simplify backend enum naming, we do not need separate... |
tree | commitdiff |
2011-07-05 |
Steve Lamerton | Remove comment about a new frame api as this is now... |
tree | commitdiff |
2011-07-05 |
Steve Lamerton | Bring osx class naming into line with the other ports. |
tree | commitdiff |
2011-07-05 |
Steve Lamerton | Remove out of date osx defines. |
tree | commitdiff |
2011-07-04 |
Steve Lamerton | Factor logic that returns an IHTMLDocument2 into a... |
tree | commitdiff |
2011-07-04 |
Vadim Zeitlin | Fix event types in wxMouseEvent::Aux1DClick() and Aux1D... |
tree | commitdiff |
2011-07-04 |
Vadim Zeitlin | Fix crash in wxDataViewProgressRenderer in non-Unicode... |
tree | commitdiff |
2011-07-02 |
Steve Lamerton | Implement undo and redo for the ie and gtk webkit backe... |
tree | commitdiff |
2011-07-02 |
Steve Lamerton | Implement clipboard api in gtk. |
tree | commitdiff |
2011-07-02 |
Steve Lamerton | Add new clipboard api and support for it in the ie... |
tree | commitdiff |
2011-07-02 |
Vadim Zeitlin | No real changes, just remove trailing commas from enum. |
tree | commitdiff |
2011-07-02 |
Vadim Zeitlin | Add wxCOMPOSITION_INVALID mode and use it to simplify... |
tree | commitdiff |
2011-07-01 |
Steve Lamerton | Implement extended history api in gtk |
tree | commitdiff |
2011-07-01 |
Steve Lamerton | Extend history api using the ie backend to include... |
tree | commitdiff |
2011-07-01 |
Steve Lamerton | Use shared pointers throughout when managing history... |
tree | commitdiff |
2011-06-30 |
Steve Lamerton | Add support for the new history functions to the ie... |
tree | commitdiff |
2011-06-30 |
Vadim Zeitlin | Work around bogus g++ warnings about possibly missing... |
tree | commitdiff |
2011-06-30 |
Steve Lamerton | Add basic history api and implement it under gtk. |
tree | commitdiff |
2011-06-29 |
Vadim Zeitlin | Always initialize SelectInHDC::m_hgdiobj in wxMSW. |
tree | commitdiff |
2011-06-29 |
Vadim Zeitlin | Replace stc.{h,cpp} with the generated versions with... |
tree | commitdiff |
2011-06-28 |
Václav Slavík | Move wxThreadEvent into wxBase. |
tree | commitdiff |
2011-06-28 |
Steve Lamerton | Bring gtk class naming into line with the new naming... |
tree | commitdiff |
2011-06-28 |
Steve Lamerton | Update msw files to use the new definitions |
tree | commitdiff |
2011-06-27 |
Vadim Zeitlin | Add support for child documents to docview framework. |
tree | commitdiff |
2011-06-23 |
Steve Lamerton | Fix a number of mingw compile errors. |
tree | commitdiff |
2011-06-22 |
Vadim Zeitlin | Restore wxPreviewFrame::Initialize(void) and add Initia... |
tree | commitdiff |
2011-06-22 |
Vadim Zeitlin | Use strdup() even in strict ANSI mode with MinGW. |
tree | commitdiff |
2011-06-19 |
Vadim Zeitlin | Implement wxCalendarCtrl::SetDateRange() in the native... |
tree | commitdiff |
2011-06-17 |
Vadim Zeitlin | Don't use __declspec(dllexport) for MinGW gcc 4.5 and... |
tree | commitdiff |
2011-06-16 |
Vadim Zeitlin | Fix wxStringOutputStream in wxUSE_UNICODE_UTF8 build. |
tree | commitdiff |
2011-06-16 |
Robin Dunn | Use wxAnyButton's DoGetBestSize for toggle buttons |
tree | commitdiff |
2011-06-15 |
Vadim Zeitlin | Generic wxHyperlinkCtrl appearance and behaviour improv... |
tree | commitdiff |
2011-06-15 |
Vadim Zeitlin | Fix keyboard navigation in wxGrid with reordered columns. |
tree | commitdiff |
2011-06-15 |
Vadim Zeitlin | Rename some parameters in wxGrid code to make them... |
tree | commitdiff |
2011-06-14 |
Steve Lamerton | Add wxWebView backend wxUSE_ macros |
tree | commitdiff |
2011-06-14 |
Vadim Zeitlin | Refactor wxButton and wxToggleButton to derive from... |
tree | commitdiff |
2011-06-11 |
Vadim Zeitlin | Implement wxDataViewCtrl::SetRowHeight() for wxGTK. |
tree | commitdiff |
2011-06-09 |
Stefan Csomor | adding default interpolation enum |
tree | commitdiff |
2011-06-09 |
Stefan Csomor | fixing test, adding minimal docs |
tree | commitdiff |
2011-06-09 |
Stefan Csomor | adding placeholders for interpolation setting |
tree | commitdiff |
2011-06-09 |
Stefan Csomor | add member for sheetdialog |
tree | commitdiff |
2011-06-07 |
Vadim Zeitlin | Add wxDataViewCtrl::SetRowHeight() and provide its... |
tree | commitdiff |
2011-06-07 |
Vadim Zeitlin | Replace more DECLARE_CLASS occurrences with DECLARE_DYN... |
tree | commitdiff |
2011-06-07 |
Vadim Zeitlin | Use DECLARE_DYNAMIC_CLASS instead of DECLARE_CLASS. |
tree | commitdiff |
2011-06-07 |
Vadim Zeitlin | Make wxDECLARE_CLASS synonym of wxDECLARE_ABSTRACT_CLASS. |
tree | commitdiff |
2011-06-06 |
Stefan Csomor | supporting nested window disablers on the same window |
tree | commitdiff |
2011-06-01 |
Vadim Zeitlin | No changes, just avoid unused parameters warnings. |
tree | commitdiff |
2011-05-31 |
Robin Dunn | Virtualize StartEditor and add implementations for... |
tree | commitdiff |
2011-05-31 |
Robin Dunn | Build fixes for using Cairo on MSW. |
tree | commitdiff |
2011-05-28 |
Vadim Zeitlin | Free calloc()'d pointer correctly in wxFSWatchEntryMSW. |
tree | commitdiff |
next |